Package org.pptx4j.pml
Class CTPlaceholder
java.lang.Object
org.pptx4j.pml.CTPlaceholder
- All Implemented Interfaces:
Child
public class CTPlaceholder extends java.lang.Object implements Child
Java class for CT_Placeholder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Placeholder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_ExtensionListModify" minOccurs="0"/>
</sequence>
<attribute name="type" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_PlaceholderType" default="obj" />
<attribute name="orient" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_Direction" default="horz" />
<attribute name="sz" type="{http://schemas.openxmlformats.org/presentationml/2006/main}ST_PlaceholderSize" default="full" />
<attribute name="idx" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="hasCustomPrompt" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTExtensionListModifyextLstprotected java.lang.BooleanhasCustomPromptprotected java.lang.Longidxprotected STDirectionorientprotected STPlaceholderSizeszprotected STPlaceholderTypetype -
Constructor Summary
Constructors Constructor Description CTPlaceholder() -
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.CTExtensionListModifygetExtLst()Gets the value of the extLst property.longgetIdx()Gets the value of the idx property.STDirectiongetOrient()Gets the value of the orient property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STPlaceholderSizegetSz()Gets the value of the sz property.STPlaceholderTypegetType()Gets the value of the type property.booleanisHasCustomPrompt()Gets the value of the hasCustomPrompt property.voidsetExtLst(CTExtensionListModify value)Sets the value of the extLst property.voidsetHasCustomPrompt(java.lang.Boolean value)Sets the value of the hasCustomPrompt property.voidsetIdx(java.lang.Long value)Sets the value of the idx property.voidsetOrient(STDirection value)Sets the value of the orient property.voidsetParent(java.lang.Object parent)voidsetSz(STPlaceholderSize value)Sets the value of the sz property.voidsetType(STPlaceholderType value)Sets the value of the type property.
-
Field Details
-
Constructor Details
-
CTPlaceholder
public CTPlaceholder()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionListModify
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionListModify
-
getType
Gets the value of the type property.- Returns:
- possible object is
STPlaceholderType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTPlaceholderType
-
getOrient
Gets the value of the orient property.- Returns:
- possible object is
STDirection
-
setOrient
Sets the value of the orient property.- Parameters:
value- allowed object isSTDirection
-
getSz
Gets the value of the sz property.- Returns:
- possible object is
STPlaceholderSize
-
setSz
Sets the value of the sz property.- Parameters:
value- allowed object isSTPlaceholderSize
-
getIdx
public long getIdx()Gets the value of the idx property.- Returns:
- possible object is
Long
-
setIdx
public void setIdx(java.lang.Long value)Sets the value of the idx property.- Parameters:
value- allowed object isLong
-
isHasCustomPrompt
public boolean isHasCustomPrompt()Gets the value of the hasCustomPrompt property.- Returns:
- possible object is
Boolean
-
setHasCustomPrompt
public void setHasCustomPrompt(java.lang.Boolean value)Sets the value of the hasCustomPrompt 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.
-