Class CTValueAxisScaling
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueAxisScaling
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the majorUnit property.getMax()Gets the value of the max property.getMin()Gets the value of the min property.Gets the value of the minorUnit property.voidsetMajorUnit(String value) Sets the value of the majorUnit property.voidSets the value of the max property.voidSets the value of the min property.voidsetMinorUnit(String value) Sets the value of the minorUnit property.
-
Field Details
-
max
-
min
-
majorUnit
-
minorUnit
-
-
Constructor Details
-
CTValueAxisScaling
public CTValueAxisScaling()
-
-
Method Details
-
getMax
Gets the value of the max property.- Returns:
- possible object is
String
-
setMax
Sets the value of the max property.- Parameters:
value- allowed object isString
-
getMin
Gets the value of the min property.- Returns:
- possible object is
String
-
setMin
Sets the value of the min property.- Parameters:
value- allowed object isString
-
getMajorUnit
Gets the value of the majorUnit property.- Returns:
- possible object is
String
-
setMajorUnit
Sets the value of the majorUnit property.- Parameters:
value- allowed object isString
-
getMinorUnit
Gets the value of the minorUnit property.- Returns:
- possible object is
String
-
setMinorUnit
Sets the value of the minorUnit property.- Parameters:
value- allowed object isString
-