Package org.pptx4j.pml
Class CTPlaceholder
java.lang.Object
org.pptx4j.pml.CTPlaceholder
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTExtensionListModifyprotected Booleanprotected Longprotected STDirectionprotected STPlaceholderSizeprotected STPlaceholderType -
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 extLst property.longgetIdx()Gets the value of the idx property.Gets the value of the orient property.Gets the parent object in the object tree representing the unmarshalled xml document.getSz()Gets the value of the sz property.getType()Gets the value of the type property.booleanGets the value of the hasCustomPrompt property.voidsetExtLst(CTExtensionListModify value) Sets the value of the extLst property.voidsetHasCustomPrompt(Boolean value) Sets the value of the hasCustomPrompt property.voidSets the value of the idx property.voidsetOrient(STDirection value) Sets the value of the orient property.voidvoidsetSz(STPlaceholderSize value) Sets the value of the sz property.voidsetType(STPlaceholderType value) Sets the value of the type property.
-
Field Details
-
extLst
-
type
-
orient
-
sz
-
idx
-
hasCustomPrompt
-
-
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
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
Sets the value of the hasCustomPrompt 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.
-