Class CTTLBuildParagraph

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

public class CTTLBuildParagraph extends Object implements Child

Java class for CT_TLBuildParagraph complex type.

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

 <complexType name="CT_TLBuildParagraph">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tmplLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_TLTemplateList" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_TLBuild"/>
       <attribute name="build" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLParaBuildType" default="whole" />
       <attribute name="bldLvl" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
       <attribute name="animBg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="autoUpdateAnimBg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="rev" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="advAuto" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_TLTime" default="indefinite" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTLBuildParagraph

      public CTTLBuildParagraph()
  • Method Details

    • getTmplLst

      public CTTLTemplateList getTmplLst()
      Gets the value of the tmplLst property.
      Returns:
      possible object is CTTLTemplateList
    • setTmplLst

      public void setTmplLst(CTTLTemplateList value)
      Sets the value of the tmplLst property.
      Parameters:
      value - allowed object is CTTLTemplateList
    • getBuild

      public STTLParaBuildType getBuild()
      Gets the value of the build property.
      Returns:
      possible object is STTLParaBuildType
    • setBuild

      public void setBuild(STTLParaBuildType value)
      Sets the value of the build property.
      Parameters:
      value - allowed object is STTLParaBuildType
    • getBldLvl

      public long getBldLvl()
      Gets the value of the bldLvl property.
      Returns:
      possible object is Long
    • setBldLvl

      public void setBldLvl(Long value)
      Sets the value of the bldLvl property.
      Parameters:
      value - allowed object is Long
    • isAnimBg

      public boolean isAnimBg()
      Gets the value of the animBg property.
      Returns:
      possible object is Boolean
    • setAnimBg

      public void setAnimBg(Boolean value)
      Sets the value of the animBg property.
      Parameters:
      value - allowed object is Boolean
    • isAutoUpdateAnimBg

      public boolean isAutoUpdateAnimBg()
      Gets the value of the autoUpdateAnimBg property.
      Returns:
      possible object is Boolean
    • setAutoUpdateAnimBg

      public void setAutoUpdateAnimBg(Boolean value)
      Sets the value of the autoUpdateAnimBg property.
      Parameters:
      value - allowed object is Boolean
    • isRev

      public boolean isRev()
      Gets the value of the rev property.
      Returns:
      possible object is Boolean
    • setRev

      public void setRev(Boolean value)
      Sets the value of the rev property.
      Parameters:
      value - allowed object is Boolean
    • getAdvAuto

      public String getAdvAuto()
      Gets the value of the advAuto property.
      Returns:
      possible object is String
    • setAdvAuto

      public void setAdvAuto(String value)
      Sets the value of the advAuto property.
      Parameters:
      value - allowed object is String
    • 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.