Class CTCategoryAxisScaling
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTCategoryAxisScaling
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the gapWidth property.voidsetGapWidth(String value) Sets the value of the gapWidth property.