Class CTTLBuildDiagram

java.lang.Object
org.pptx4j.pml.CTTLBuildDiagram
All Implemented Interfaces:
Child

public class CTTLBuildDiagram extends Object implements Child

Java class for CT_TLBuildDiagram complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TLBuildDiagram">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_TLBuild"/>
       <attribute name="bld" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLDiagramBuildType" default="whole" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTLBuildDiagram

      public CTTLBuildDiagram()
  • Method Details

    • getBld

      public STTLDiagramBuildType getBld()
      Gets the value of the bld property.
      Returns:
      possible object is STTLDiagramBuildType
    • setBld

      public void setBld(STTLDiagramBuildType value)
      Sets the value of the bld property.
      Parameters:
      value - allowed object is STTLDiagramBuildType
    • getSpid

      public String getSpid()
      Gets the value of the spid property.
      Returns:
      possible object is String
    • setSpid

      public void setSpid(String value)
      Sets the value of the spid property.
      Parameters:
      value - allowed object is String
    • getGrpId

      public long getGrpId()
      Gets the value of the grpId property.
    • setGrpId

      public void setGrpId(long value)
      Sets the value of the grpId property.
    • isUiExpand

      public boolean isUiExpand()
      Gets the value of the uiExpand property.
      Returns:
      possible object is Boolean
    • setUiExpand

      public void setUiExpand(Boolean value)
      Sets the value of the uiExpand property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.