Class CTAxis
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTAxis
Java class for CT_Axis complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Axis">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="catScaling" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_CategoryAxisScaling"/>
<element name="valScaling" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueAxisScaling"/>
</choice>
<element name="title" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_AxisTitle" minOccurs="0"/>
<element name="units" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_AxisUnits" minOccurs="0"/>
<element name="majorGridlines" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Gridlines" minOccurs="0"/>
<element name="minorGridlines" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Gridlines" minOccurs="0"/>
<element name="majorTickMarks" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_TickMarks" minOccurs="0"/>
<element name="minorTickMarks" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_TickMarks" minOccurs="0"/>
<element name="tickLabels" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_TickLabels" minOccurs="0"/>
<element name="numFmt" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_NumberFormat" minOccurs="0"/>
<element name="spPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ShapeProperties" minOccurs="0"/>
<element name="txPr" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextBody" minOccurs="0"/>
<element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_AxisId" />
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="0" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTCategoryAxisScalingprotected CTExtensionListprotected Booleanprotected longprotected CTGridlinesprotected CTTickMarksprotected CTGridlinesprotected CTTickMarksprotected CTNumberFormatprotected CTShapePropertiesprotected CTTickLabelsprotected CTAxisTitleprotected CTTextBodyprotected CTAxisUnitsprotected CTValueAxisScaling -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the catScaling property.Gets the value of the extLst property.longgetId()Gets the value of the id property.Gets the value of the majorGridlines property.Gets the value of the majorTickMarks property.Gets the value of the minorGridlines property.Gets the value of the minorTickMarks property.Gets the value of the numFmt property.getSpPr()Gets the value of the spPr property.Gets the value of the tickLabels property.getTitle()Gets the value of the title property.getTxPr()Gets the value of the txPr property.getUnits()Gets the value of the units property.Gets the value of the valScaling property.booleanisHidden()Gets the value of the hidden property.voidSets the value of the catScaling property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidSets the value of the hidden property.voidsetId(long value) Sets the value of the id property.voidsetMajorGridlines(CTGridlines value) Sets the value of the majorGridlines property.voidsetMajorTickMarks(CTTickMarks value) Sets the value of the majorTickMarks property.voidsetMinorGridlines(CTGridlines value) Sets the value of the minorGridlines property.voidsetMinorTickMarks(CTTickMarks value) Sets the value of the minorTickMarks property.voidsetNumFmt(CTNumberFormat value) Sets the value of the numFmt property.voidsetSpPr(CTShapeProperties value) Sets the value of the spPr property.voidsetTickLabels(CTTickLabels value) Sets the value of the tickLabels property.voidsetTitle(CTAxisTitle value) Sets the value of the title property.voidsetTxPr(CTTextBody value) Sets the value of the txPr property.voidsetUnits(CTAxisUnits value) Sets the value of the units property.voidsetValScaling(CTValueAxisScaling value) Sets the value of the valScaling property.
-
Field Details
-
catScaling
-
valScaling
-
title
-
units
-
majorGridlines
-
minorGridlines
-
majorTickMarks
-
minorTickMarks
-
tickLabels
-
numFmt
-
spPr
-
txPr
-
extLst
-
id
protected long id
-
-
Constructor Details
-
CTAxis
public CTAxis()
-
-
Method Details
-
getCatScaling
Gets the value of the catScaling property.- Returns:
- possible object is
CTCategoryAxisScaling
-
setCatScaling
Sets the value of the catScaling property.- Parameters:
value- allowed object isCTCategoryAxisScaling
-
getValScaling
Gets the value of the valScaling property.- Returns:
- possible object is
CTValueAxisScaling
-
setValScaling
Sets the value of the valScaling property.- Parameters:
value- allowed object isCTValueAxisScaling
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
CTAxisTitle
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isCTAxisTitle
-
getUnits
Gets the value of the units property.- Returns:
- possible object is
CTAxisUnits
-
setUnits
Sets the value of the units property.- Parameters:
value- allowed object isCTAxisUnits
-
getMajorGridlines
Gets the value of the majorGridlines property.- Returns:
- possible object is
CTGridlines
-
setMajorGridlines
Sets the value of the majorGridlines property.- Parameters:
value- allowed object isCTGridlines
-
getMinorGridlines
Gets the value of the minorGridlines property.- Returns:
- possible object is
CTGridlines
-
setMinorGridlines
Sets the value of the minorGridlines property.- Parameters:
value- allowed object isCTGridlines
-
getMajorTickMarks
Gets the value of the majorTickMarks property.- Returns:
- possible object is
CTTickMarks
-
setMajorTickMarks
Sets the value of the majorTickMarks property.- Parameters:
value- allowed object isCTTickMarks
-
getMinorTickMarks
Gets the value of the minorTickMarks property.- Returns:
- possible object is
CTTickMarks
-
setMinorTickMarks
Sets the value of the minorTickMarks property.- Parameters:
value- allowed object isCTTickMarks
-
getTickLabels
Gets the value of the tickLabels property.- Returns:
- possible object is
CTTickLabels
-
setTickLabels
Sets the value of the tickLabels property.- Parameters:
value- allowed object isCTTickLabels
-
getNumFmt
Gets the value of the numFmt property.- Returns:
- possible object is
CTNumberFormat
-
setNumFmt
Sets the value of the numFmt property.- Parameters:
value- allowed object isCTNumberFormat
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getTxPr
Gets the value of the txPr property.- Returns:
- possible object is
CTTextBody
-
setTxPr
Sets the value of the txPr property.- Parameters:
value- allowed object isCTTextBody
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getId
public long getId()Gets the value of the id property. -
setId
public void setId(long value) Sets the value of the id property. -
isHidden
public boolean isHidden()Gets the value of the hidden property.- Returns:
- possible object is
Boolean
-
setHidden
Sets the value of the hidden property.- Parameters:
value- allowed object isBoolean
-