Package org.docx4j.dml.chart
Class CTDLbl
java.lang.Object
org.docx4j.dml.chart.CTDLbl
- All Implemented Interfaces:
Child
public class CTDLbl extends java.lang.Object implements Child
Java class for CT_DLbl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DLbl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idx" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_UnsignedInt"/>
<choice>
<element name="delete" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}Group_DLbl"/>
</choice>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTBooleandeleteprotected CTDLblPosdLblPosprotected CTExtensionListextLstprotected CTUnsignedIntidxprotected CTLayoutlayoutprotected CTNumFmtnumFmtprotected java.lang.Stringseparatorprotected CTBooleanshowBubbleSizeprotected CTBooleanshowCatNameprotected CTBooleanshowLegendKeyprotected CTBooleanshowPercentprotected CTBooleanshowSerNameprotected CTBooleanshowValprotected CTShapePropertiesspPrprotected CTTxtxprotected CTTextBodytxPr -
Constructor Summary
Constructors Constructor Description CTDLbl() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTBooleangetDelete()Gets the value of the delete property.CTDLblPosgetDLblPos()Gets the value of the dLblPos property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTUnsignedIntgetIdx()Gets the value of the idx property.CTLayoutgetLayout()Gets the value of the layout property.CTNumFmtgetNumFmt()Gets the value of the numFmt property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetSeparator()Gets the value of the separator property.CTBooleangetShowBubbleSize()Gets the value of the showBubbleSize property.CTBooleangetShowCatName()Gets the value of the showCatName property.CTBooleangetShowLegendKey()Gets the value of the showLegendKey property.CTBooleangetShowPercent()Gets the value of the showPercent property.CTBooleangetShowSerName()Gets the value of the showSerName property.CTBooleangetShowVal()Gets the value of the showVal property.CTShapePropertiesgetSpPr()Gets the value of the spPr property.CTTxgetTx()Gets the value of the tx property.CTTextBodygetTxPr()Gets the value of the txPr property.voidsetDelete(CTBoolean value)Sets the value of the delete property.voidsetDLblPos(CTDLblPos value)Sets the value of the dLblPos property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetIdx(CTUnsignedInt value)Sets the value of the idx property.voidsetLayout(CTLayout value)Sets the value of the layout property.voidsetNumFmt(CTNumFmt value)Sets the value of the numFmt property.voidsetParent(java.lang.Object parent)voidsetSeparator(java.lang.String value)Sets the value of the separator property.voidsetShowBubbleSize(CTBoolean value)Sets the value of the showBubbleSize property.voidsetShowCatName(CTBoolean value)Sets the value of the showCatName property.voidsetShowLegendKey(CTBoolean value)Sets the value of the showLegendKey property.voidsetShowPercent(CTBoolean value)Sets the value of the showPercent property.voidsetShowSerName(CTBoolean value)Sets the value of the showSerName property.voidsetShowVal(CTBoolean value)Sets the value of the showVal property.voidsetSpPr(CTShapeProperties value)Sets the value of the spPr property.voidsetTx(CTTx value)Sets the value of the tx property.voidsetTxPr(CTTextBody value)Sets the value of the txPr property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
idx
-
delete
-
layout
-
tx
-
numFmt
-
spPr
-
txPr
-
dLblPos
-
showLegendKey
-
showVal
-
showCatName
-
showSerName
-
showPercent
-
showBubbleSize
-
separator
protected java.lang.String separator -
extLst
-
-
Constructor Details
-
CTDLbl
public CTDLbl()
-
-
Method Details
-
getIdx
Gets the value of the idx property.- Returns:
- possible object is
CTUnsignedInt
-
setIdx
Sets the value of the idx property.- Parameters:
value- allowed object isCTUnsignedInt
-
getDelete
Gets the value of the delete property.- Returns:
- possible object is
CTBoolean
-
setDelete
Sets the value of the delete property.- Parameters:
value- allowed object isCTBoolean
-
getLayout
Gets the value of the layout property.- Returns:
- possible object is
CTLayout
-
setLayout
Sets the value of the layout property.- Parameters:
value- allowed object isCTLayout
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
CTTx
-
setTx
Sets the value of the tx property.- Parameters:
value- allowed object isCTTx
-
getNumFmt
Gets the value of the numFmt property.- Returns:
- possible object is
CTNumFmt
-
setNumFmt
Sets the value of the numFmt property.- Parameters:
value- allowed object isCTNumFmt
-
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
-
getDLblPos
Gets the value of the dLblPos property.- Returns:
- possible object is
CTDLblPos
-
setDLblPos
Sets the value of the dLblPos property.- Parameters:
value- allowed object isCTDLblPos
-
getShowLegendKey
Gets the value of the showLegendKey property.- Returns:
- possible object is
CTBoolean
-
setShowLegendKey
Sets the value of the showLegendKey property.- Parameters:
value- allowed object isCTBoolean
-
getShowVal
Gets the value of the showVal property.- Returns:
- possible object is
CTBoolean
-
setShowVal
Sets the value of the showVal property.- Parameters:
value- allowed object isCTBoolean
-
getShowCatName
Gets the value of the showCatName property.- Returns:
- possible object is
CTBoolean
-
setShowCatName
Sets the value of the showCatName property.- Parameters:
value- allowed object isCTBoolean
-
getShowSerName
Gets the value of the showSerName property.- Returns:
- possible object is
CTBoolean
-
setShowSerName
Sets the value of the showSerName property.- Parameters:
value- allowed object isCTBoolean
-
getShowPercent
Gets the value of the showPercent property.- Returns:
- possible object is
CTBoolean
-
setShowPercent
Sets the value of the showPercent property.- Parameters:
value- allowed object isCTBoolean
-
getShowBubbleSize
Gets the value of the showBubbleSize property.- Returns:
- possible object is
CTBoolean
-
setShowBubbleSize
Sets the value of the showBubbleSize property.- Parameters:
value- allowed object isCTBoolean
-
getSeparator
public java.lang.String getSeparator()Gets the value of the separator property.- Returns:
- possible object is
String
-
setSeparator
public void setSeparator(java.lang.String value)Sets the value of the separator property.- Parameters:
value- allowed object isString
-
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
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-