Package org.pptx4j.pml
Class CTTLBuildParagraph
java.lang.Object
org.pptx4j.pml.CTTLBuildParagraph
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Booleanprotected Longprotected STTLParaBuildTypeprotected longprotected Booleanprotected Stringprotected CTTLTemplateListprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the advAuto property.longGets the value of the bldLvl property.getBuild()Gets the value of the build property.longgetGrpId()Gets the value of the grpId property.Gets the parent object in the object tree representing the unmarshalled xml document.getSpid()Gets the value of the spid property.Gets the value of the tmplLst property.booleanisAnimBg()Gets the value of the animBg property.booleanGets the value of the autoUpdateAnimBg property.booleanisRev()Gets the value of the rev property.booleanGets the value of the uiExpand property.voidsetAdvAuto(String value) Sets the value of the advAuto property.voidSets the value of the animBg property.voidsetAutoUpdateAnimBg(Boolean value) Sets the value of the autoUpdateAnimBg property.voidSets 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.voidvoidSets the value of the rev property.voidSets the value of the spid property.voidsetTmplLst(CTTLTemplateList value) Sets the value of the tmplLst property.voidsetUiExpand(Boolean value) Sets the value of the uiExpand property.
-
Field Details
-
tmplLst
-
build
-
bldLvl
-
animBg
-
autoUpdateAnimBg
-
rev
-
advAuto
-
spid
-
grpId
protected long grpId -
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
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
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
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
Sets the value of the rev property.- Parameters:
value- allowed object isBoolean
-
getAdvAuto
Gets the value of the advAuto property.- Returns:
- possible object is
String
-
setAdvAuto
Sets the value of the advAuto property.- Parameters:
value- allowed object isString
-
getSpid
Gets the value of the spid property.- Returns:
- possible object is
String
-
setSpid
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
Sets the value of the uiExpand property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-