Class CTTLBuildParagraph

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

public class CTTLBuildParagraph
extends java.lang.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 Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String advAuto  
    protected java.lang.Boolean animBg  
    protected java.lang.Boolean autoUpdateAnimBg  
    protected java.lang.Long bldLvl  
    protected STTLParaBuildType build  
    protected long grpId  
    protected java.lang.Boolean rev  
    protected java.lang.String spid  
    protected CTTLTemplateList tmplLst  
    protected java.lang.Boolean uiExpand  
  • Constructor Summary

    Constructors 
    Constructor Description
    CTTLBuildParagraph()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.String getAdvAuto()
    Gets the value of the advAuto property.
    long getBldLvl()
    Gets the value of the bldLvl property.
    STTLParaBuildType getBuild()
    Gets the value of the build property.
    long getGrpId()
    Gets the value of the grpId property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getSpid()
    Gets the value of the spid property.
    CTTLTemplateList getTmplLst()
    Gets the value of the tmplLst property.
    boolean isAnimBg()
    Gets the value of the animBg property.
    boolean isAutoUpdateAnimBg()
    Gets the value of the autoUpdateAnimBg property.
    boolean isRev()
    Gets the value of the rev property.
    boolean isUiExpand()
    Gets the value of the uiExpand property.
    void setAdvAuto​(java.lang.String value)
    Sets the value of the advAuto property.
    void setAnimBg​(java.lang.Boolean value)
    Sets the value of the animBg property.
    void setAutoUpdateAnimBg​(java.lang.Boolean value)
    Sets the value of the autoUpdateAnimBg property.
    void setBldLvl​(java.lang.Long value)
    Sets the value of the bldLvl property.
    void setBuild​(STTLParaBuildType value)
    Sets the value of the build property.
    void setGrpId​(long value)
    Sets the value of the grpId property.
    void setParent​(java.lang.Object parent)  
    void setRev​(java.lang.Boolean value)
    Sets the value of the rev property.
    void setSpid​(java.lang.String value)
    Sets the value of the spid property.
    void setTmplLst​(CTTLTemplateList value)
    Sets the value of the tmplLst property.
    void setUiExpand​(java.lang.Boolean value)
    Sets the value of the uiExpand property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • 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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Boolean value)
      Sets the value of the rev property.
      Parameters:
      value - allowed object is Boolean
    • getAdvAuto

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

      public void setAdvAuto​(java.lang.String value)
      Sets the value of the advAuto property.
      Parameters:
      value - allowed object is String
    • getSpid

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

      public void setSpid​(java.lang.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​(java.lang.Boolean value)
      Sets the value of the uiExpand property.
      Parameters:
      value - allowed object is Boolean
    • 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​(javax.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.