Package org.pptx4j.pml
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.StringadvAutoprotected java.lang.BooleananimBgprotected java.lang.BooleanautoUpdateAnimBgprotected java.lang.LongbldLvlprotected STTLParaBuildTypebuildprotected longgrpIdprotected java.lang.Booleanrevprotected java.lang.Stringspidprotected CTTLTemplateListtmplLstprotected java.lang.BooleanuiExpand -
Constructor Summary
Constructors Constructor Description CTTLBuildParagraph() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.StringgetAdvAuto()Gets the value of the advAuto property.longgetBldLvl()Gets the value of the bldLvl property.STTLParaBuildTypegetBuild()Gets the value of the build property.longgetGrpId()Gets the value of the grpId property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetSpid()Gets the value of the spid property.CTTLTemplateListgetTmplLst()Gets the value of the tmplLst property.booleanisAnimBg()Gets the value of the animBg property.booleanisAutoUpdateAnimBg()Gets the value of the autoUpdateAnimBg property.booleanisRev()Gets the value of the rev property.booleanisUiExpand()Gets the value of the uiExpand property.voidsetAdvAuto(java.lang.String value)Sets the value of the advAuto property.voidsetAnimBg(java.lang.Boolean value)Sets the value of the animBg property.voidsetAutoUpdateAnimBg(java.lang.Boolean value)Sets the value of the autoUpdateAnimBg property.voidsetBldLvl(java.lang.Long value)Sets the value of the bldLvl property.voidsetBuild(STTLParaBuildType value)Sets the value of the build property.voidsetGrpId(long value)Sets the value of the grpId property.voidsetParent(java.lang.Object parent)voidsetRev(java.lang.Boolean value)Sets the value of the rev property.voidsetSpid(java.lang.String value)Sets the value of the spid property.voidsetTmplLst(CTTLTemplateList value)Sets the value of the tmplLst property.voidsetUiExpand(java.lang.Boolean value)Sets the value of the uiExpand property.
-
Field Details
-
tmplLst
-
build
-
bldLvl
protected java.lang.Long bldLvl -
animBg
protected java.lang.Boolean animBg -
autoUpdateAnimBg
protected java.lang.Boolean autoUpdateAnimBg -
rev
protected java.lang.Boolean rev -
advAuto
protected java.lang.String advAuto -
spid
protected java.lang.String spid -
grpId
protected long grpId -
uiExpand
protected java.lang.Boolean uiExpand
-
-
Constructor Details
-
CTTLBuildParagraph
public CTTLBuildParagraph()
-
-
Method Details
-
getTmplLst
Gets the value of the tmplLst property.- Returns:
- possible object is
CTTLTemplateList
-
setTmplLst
Sets the value of the tmplLst property.- Parameters:
value- allowed object isCTTLTemplateList
-
getBuild
Gets the value of the build property.- Returns:
- possible object is
STTLParaBuildType
-
setBuild
Sets the value of the build property.- Parameters:
value- allowed object isSTTLParaBuildType
-
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 isLong
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isString
-
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 isString
-
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 isBoolean
-
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(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.
-