Package org.pptx4j.pml
Class CTTLGraphicalObjectBuild
java.lang.Object
org.pptx4j.pml.CTTLGraphicalObjectBuild
- All Implemented Interfaces:
Child
Java class for CT_TLGraphicalObjectBuild complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TLGraphicalObjectBuild">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="bldAsOne" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_Empty"/>
<element name="bldSub" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AnimationGraphicalObjectBuildProperties"/>
</choice>
<attGroup ref="{http://schemas.openxmlformats.org/presentationml/2006/main}AG_TLBuild"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 bldAsOne property.Gets the value of the bldSub 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.booleanGets the value of the uiExpand property.voidsetBldAsOne(CTEmpty value) Sets the value of the bldAsOne property.voidSets the value of the bldSub property.voidsetGrpId(long value) Sets the value of the grpId property.voidvoidSets the value of the spid property.voidsetUiExpand(Boolean value) Sets the value of the uiExpand property.
-
Field Details
-
bldAsOne
-
bldSub
-
spid
-
grpId
protected long grpId -
uiExpand
-
-
Constructor Details
-
CTTLGraphicalObjectBuild
public CTTLGraphicalObjectBuild()
-
-
Method Details
-
getBldAsOne
Gets the value of the bldAsOne property.- Returns:
- possible object is
CTEmpty
-
setBldAsOne
Sets the value of the bldAsOne property.- Parameters:
value- allowed object isCTEmpty
-
getBldSub
Gets the value of the bldSub property.- Returns:
- possible object is
CTAnimationGraphicalObjectBuildProperties
-
setBldSub
Sets the value of the bldSub property.- Parameters:
value- allowed object isCTAnimationGraphicalObjectBuildProperties
-
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.
-