Package org.docx4j.dml.chart
Class CTDLbls
java.lang.Object
org.docx4j.dml.chart.CTDLbls
- All Implemented Interfaces:
Child
public class CTDLbls extends java.lang.Object implements Child
Java class for CT_DLbls complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DLbls">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DLbl" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="delete" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}Group_DLbls"/>
</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 java.util.List<CTDLbl>dLblprotected CTDLblPosdLblPosprotected CTExtensionListextLstprotected CTChartLinesleaderLinesprotected CTNumFmtnumFmtprotected java.lang.Stringseparatorprotected CTBooleanshowBubbleSizeprotected CTBooleanshowCatNameprotected CTBooleanshowLeaderLinesprotected CTBooleanshowLegendKeyprotected CTBooleanshowPercentprotected CTBooleanshowSerNameprotected CTBooleanshowValprotected CTShapePropertiesspPrprotected CTTextBodytxPr -
Constructor Summary
Constructors Constructor Description CTDLbls() -
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.java.util.List<CTDLbl>getDLbl()Gets the value of the dLbl property.CTDLblPosgetDLblPos()Gets the value of the dLblPos property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTChartLinesgetLeaderLines()Gets the value of the leaderLines 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.CTBooleangetShowLeaderLines()Gets the value of the showLeaderLines 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.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.voidsetLeaderLines(CTChartLines value)Sets the value of the leaderLines 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.voidsetShowLeaderLines(CTBoolean value)Sets the value of the showLeaderLines 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.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
-
dLbl
-
delete
-
numFmt
-
spPr
-
txPr
-
dLblPos
-
showLegendKey
-
showVal
-
showCatName
-
showSerName
-
showPercent
-
showBubbleSize
-
separator
protected java.lang.String separator -
showLeaderLines
-
leaderLines
-
extLst
-
-
Constructor Details
-
CTDLbls
public CTDLbls()
-
-
Method Details
-
getDLbl
Gets the value of the dLbl property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the dLbl property.For example, to add a new item, do as follows:
getDLbl().add(newItem);Objects of the following type(s) are allowed in the list
CTDLbl -
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
-
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
-
getShowLeaderLines
Gets the value of the showLeaderLines property.- Returns:
- possible object is
CTBoolean
-
setShowLeaderLines
Sets the value of the showLeaderLines property.- Parameters:
value- allowed object isCTBoolean
-
getLeaderLines
Gets the value of the leaderLines property.- Returns:
- possible object is
CTChartLines
-
setLeaderLines
Sets the value of the leaderLines property.- Parameters:
value- allowed object isCTChartLines
-
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.
-