public class CTAxis extends Object implements Child
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>
| Modifier and Type | Field and Description |
|---|---|
protected CTCategoryAxisScaling |
catScaling |
protected CTExtensionList |
extLst |
protected Boolean |
hidden |
protected long |
id |
protected CTGridlines |
majorGridlines |
protected CTTickMarks |
majorTickMarks |
protected CTGridlines |
minorGridlines |
protected CTTickMarks |
minorTickMarks |
protected CTNumberFormat |
numFmt |
protected CTShapeProperties |
spPr |
protected CTTickLabels |
tickLabels |
protected CTAxisTitle |
title |
protected CTTextBody |
txPr |
protected CTAxisUnits |
units |
protected CTValueAxisScaling |
valScaling |
| Constructor and Description |
|---|
CTAxis() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTCategoryAxisScaling |
getCatScaling()
Gets the value of the catScaling property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
long |
getId()
Gets the value of the id property.
|
CTGridlines |
getMajorGridlines()
Gets the value of the majorGridlines property.
|
CTTickMarks |
getMajorTickMarks()
Gets the value of the majorTickMarks property.
|
CTGridlines |
getMinorGridlines()
Gets the value of the minorGridlines property.
|
CTTickMarks |
getMinorTickMarks()
Gets the value of the minorTickMarks property.
|
CTNumberFormat |
getNumFmt()
Gets the value of the numFmt property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTTickLabels |
getTickLabels()
Gets the value of the tickLabels property.
|
CTAxisTitle |
getTitle()
Gets the value of the title property.
|
CTTextBody |
getTxPr()
Gets the value of the txPr property.
|
CTAxisUnits |
getUnits()
Gets the value of the units property.
|
CTValueAxisScaling |
getValScaling()
Gets the value of the valScaling property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
void |
setCatScaling(CTCategoryAxisScaling value)
Sets the value of the catScaling property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setMajorGridlines(CTGridlines value)
Sets the value of the majorGridlines property.
|
void |
setMajorTickMarks(CTTickMarks value)
Sets the value of the majorTickMarks property.
|
void |
setMinorGridlines(CTGridlines value)
Sets the value of the minorGridlines property.
|
void |
setMinorTickMarks(CTTickMarks value)
Sets the value of the minorTickMarks property.
|
void |
setNumFmt(CTNumberFormat value)
Sets the value of the numFmt property.
|
void |
setParent(Object parent) |
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTickLabels(CTTickLabels value)
Sets the value of the tickLabels property.
|
void |
setTitle(CTAxisTitle value)
Sets the value of the title property.
|
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
void |
setUnits(CTAxisUnits value)
Sets the value of the units property.
|
void |
setValScaling(CTValueAxisScaling value)
Sets the value of the valScaling property.
|
protected CTCategoryAxisScaling catScaling
protected CTValueAxisScaling valScaling
protected CTAxisTitle title
protected CTAxisUnits units
protected CTGridlines majorGridlines
protected CTGridlines minorGridlines
protected CTTickMarks majorTickMarks
protected CTTickMarks minorTickMarks
protected CTTickLabels tickLabels
protected CTNumberFormat numFmt
protected CTShapeProperties spPr
protected CTTextBody txPr
protected CTExtensionList extLst
protected long id
protected Boolean hidden
public CTCategoryAxisScaling getCatScaling()
CTCategoryAxisScalingpublic void setCatScaling(CTCategoryAxisScaling value)
value - allowed object is
CTCategoryAxisScalingpublic CTValueAxisScaling getValScaling()
CTValueAxisScalingpublic void setValScaling(CTValueAxisScaling value)
value - allowed object is
CTValueAxisScalingpublic CTAxisTitle getTitle()
CTAxisTitlepublic void setTitle(CTAxisTitle value)
value - allowed object is
CTAxisTitlepublic CTAxisUnits getUnits()
CTAxisUnitspublic void setUnits(CTAxisUnits value)
value - allowed object is
CTAxisUnitspublic CTGridlines getMajorGridlines()
CTGridlinespublic void setMajorGridlines(CTGridlines value)
value - allowed object is
CTGridlinespublic CTGridlines getMinorGridlines()
CTGridlinespublic void setMinorGridlines(CTGridlines value)
value - allowed object is
CTGridlinespublic CTTickMarks getMajorTickMarks()
CTTickMarkspublic void setMajorTickMarks(CTTickMarks value)
value - allowed object is
CTTickMarkspublic CTTickMarks getMinorTickMarks()
CTTickMarkspublic void setMinorTickMarks(CTTickMarks value)
value - allowed object is
CTTickMarkspublic CTTickLabels getTickLabels()
CTTickLabelspublic void setTickLabels(CTTickLabels value)
value - allowed object is
CTTickLabelspublic CTNumberFormat getNumFmt()
CTNumberFormatpublic void setNumFmt(CTNumberFormat value)
value - allowed object is
CTNumberFormatpublic CTShapeProperties getSpPr()
CTShapePropertiespublic void setSpPr(CTShapeProperties value)
value - allowed object is
CTShapePropertiespublic CTTextBody getTxPr()
CTTextBodypublic void setTxPr(CTTextBody value)
value - allowed object is
CTTextBodypublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getId()
public void setId(long value)
public boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.