Class CTCategoryAxisScaling
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTCategoryAxisScaling
public class CTCategoryAxisScaling
extends java.lang.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 Summary
Fields Modifier and Type Field Description protected java.lang.StringgapWidth -
Constructor Summary
Constructors Constructor Description CTCategoryAxisScaling() -
Method Summary
Modifier and Type Method Description java.lang.StringgetGapWidth()Gets the value of the gapWidth property.voidsetGapWidth(java.lang.String value)Sets the value of the gapWidth property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
gapWidth
protected java.lang.String gapWidth
-
-
Constructor Details
-
CTCategoryAxisScaling
public CTCategoryAxisScaling()
-
-
Method Details
-
getGapWidth
public java.lang.String getGapWidth()Gets the value of the gapWidth property.- Returns:
- possible object is
String
-
setGapWidth
public void setGapWidth(java.lang.String value)Sets the value of the gapWidth property.- Parameters:
value- allowed object isString
-