public class CTAxisUnitsLabel
extends java.lang.Object
Java class for CT_AxisUnitsLabel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_AxisUnitsLabel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tx" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Text" 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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected CTShapeProperties |
spPr |
protected CTText |
tx |
protected CTTextBody |
txPr |
| Constructor and Description |
|---|
CTAxisUnitsLabel() |
| Modifier and Type | Method and Description |
|---|---|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTShapeProperties |
getSpPr()
Gets the value of the spPr property.
|
CTText |
getTx()
Gets the value of the tx property.
|
CTTextBody |
getTxPr()
Gets the value of the txPr property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setSpPr(CTShapeProperties value)
Sets the value of the spPr property.
|
void |
setTx(CTText value)
Sets the value of the tx property.
|
void |
setTxPr(CTTextBody value)
Sets the value of the txPr property.
|
protected CTText tx
protected CTShapeProperties spPr
protected CTTextBody txPr
protected CTExtensionList extLst
public void setTx(CTText value)
value - allowed object is
CTTextpublic 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
CTExtensionListCopyright © 2007–2025. All rights reserved.