java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueAxisScaling

public class CTValueAxisScaling extends Object

Java class for CT_ValueAxisScaling complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_ValueAxisScaling">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="max" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
       <attribute name="min" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
       <attribute name="majorUnit" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueAxisUnit" />
       <attribute name="minorUnit" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueAxisUnit" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • max

      protected String max
    • min

      protected String min
    • majorUnit

      protected String majorUnit
    • minorUnit

      protected String minorUnit
  • Constructor Details

    • CTValueAxisScaling

      public CTValueAxisScaling()
  • Method Details

    • getMax

      public String getMax()
      Gets the value of the max property.
      Returns:
      possible object is String
    • setMax

      public void setMax(String value)
      Sets the value of the max property.
      Parameters:
      value - allowed object is String
    • getMin

      public String getMin()
      Gets the value of the min property.
      Returns:
      possible object is String
    • setMin

      public void setMin(String value)
      Sets the value of the min property.
      Parameters:
      value - allowed object is String
    • getMajorUnit

      public String getMajorUnit()
      Gets the value of the majorUnit property.
      Returns:
      possible object is String
    • setMajorUnit

      public void setMajorUnit(String value)
      Sets the value of the majorUnit property.
      Parameters:
      value - allowed object is String
    • getMinorUnit

      public String getMinorUnit()
      Gets the value of the minorUnit property.
      Returns:
      possible object is String
    • setMinorUnit

      public void setMinorUnit(String value)
      Sets the value of the minorUnit property.
      Parameters:
      value - allowed object is String