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

public class CTCategoryAxisScaling extends Object

Java class for CT_CategoryAxisScaling complex type.

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

 <complexType name="CT_CategoryAxisScaling">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="gapWidth" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_GapWidthRatio" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • gapWidth

      protected String gapWidth
  • Constructor Details

    • CTCategoryAxisScaling

      public CTCategoryAxisScaling()
  • Method Details

    • getGapWidth

      public String getGapWidth()
      Gets the value of the gapWidth property.
      Returns:
      possible object is String
    • setGapWidth

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