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 Details

  • Constructor Details

    • CTDLbls

      public CTDLbls()
  • Method Details

    • getDLbl

      public java.util.List<CTDLbl> 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 set method 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

      public CTBoolean getDelete()
      Gets the value of the delete property.
      Returns:
      possible object is CTBoolean
    • setDelete

      public void setDelete​(CTBoolean value)
      Sets the value of the delete property.
      Parameters:
      value - allowed object is CTBoolean
    • getNumFmt

      public CTNumFmt getNumFmt()
      Gets the value of the numFmt property.
      Returns:
      possible object is CTNumFmt
    • setNumFmt

      public void setNumFmt​(CTNumFmt value)
      Sets the value of the numFmt property.
      Parameters:
      value - allowed object is CTNumFmt
    • getSpPr

      public CTShapeProperties getSpPr()
      Gets the value of the spPr property.
      Returns:
      possible object is CTShapeProperties
    • setSpPr

      public void setSpPr​(CTShapeProperties value)
      Sets the value of the spPr property.
      Parameters:
      value - allowed object is CTShapeProperties
    • getTxPr

      public CTTextBody getTxPr()
      Gets the value of the txPr property.
      Returns:
      possible object is CTTextBody
    • setTxPr

      public void setTxPr​(CTTextBody value)
      Sets the value of the txPr property.
      Parameters:
      value - allowed object is CTTextBody
    • getDLblPos

      public CTDLblPos getDLblPos()
      Gets the value of the dLblPos property.
      Returns:
      possible object is CTDLblPos
    • setDLblPos

      public void setDLblPos​(CTDLblPos value)
      Sets the value of the dLblPos property.
      Parameters:
      value - allowed object is CTDLblPos
    • getShowLegendKey

      public CTBoolean getShowLegendKey()
      Gets the value of the showLegendKey property.
      Returns:
      possible object is CTBoolean
    • setShowLegendKey

      public void setShowLegendKey​(CTBoolean value)
      Sets the value of the showLegendKey property.
      Parameters:
      value - allowed object is CTBoolean
    • getShowVal

      public CTBoolean getShowVal()
      Gets the value of the showVal property.
      Returns:
      possible object is CTBoolean
    • setShowVal

      public void setShowVal​(CTBoolean value)
      Sets the value of the showVal property.
      Parameters:
      value - allowed object is CTBoolean
    • getShowCatName

      public CTBoolean getShowCatName()
      Gets the value of the showCatName property.
      Returns:
      possible object is CTBoolean
    • setShowCatName

      public void setShowCatName​(CTBoolean value)
      Sets the value of the showCatName property.
      Parameters:
      value - allowed object is CTBoolean
    • getShowSerName

      public CTBoolean getShowSerName()
      Gets the value of the showSerName property.
      Returns:
      possible object is CTBoolean
    • setShowSerName

      public void setShowSerName​(CTBoolean value)
      Sets the value of the showSerName property.
      Parameters:
      value - allowed object is CTBoolean
    • getShowPercent

      public CTBoolean getShowPercent()
      Gets the value of the showPercent property.
      Returns:
      possible object is CTBoolean
    • setShowPercent

      public void setShowPercent​(CTBoolean value)
      Sets the value of the showPercent property.
      Parameters:
      value - allowed object is CTBoolean
    • getShowBubbleSize

      public CTBoolean getShowBubbleSize()
      Gets the value of the showBubbleSize property.
      Returns:
      possible object is CTBoolean
    • setShowBubbleSize

      public void setShowBubbleSize​(CTBoolean value)
      Sets the value of the showBubbleSize property.
      Parameters:
      value - allowed object is CTBoolean
    • 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 is String
    • getShowLeaderLines

      public CTBoolean getShowLeaderLines()
      Gets the value of the showLeaderLines property.
      Returns:
      possible object is CTBoolean
    • setShowLeaderLines

      public void setShowLeaderLines​(CTBoolean value)
      Sets the value of the showLeaderLines property.
      Parameters:
      value - allowed object is CTBoolean
    • getLeaderLines

      public CTChartLines getLeaderLines()
      Gets the value of the leaderLines property.
      Returns:
      possible object is CTChartLines
    • setLeaderLines

      public void setLeaderLines​(CTChartLines value)
      Sets the value of the leaderLines property.
      Parameters:
      value - allowed object is CTChartLines
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.