public class CTPlaceholder extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionListModify |
extLst |
protected Boolean |
hasCustomPrompt |
protected Long |
idx |
protected STDirection |
orient |
protected STPlaceholderSize |
sz |
protected STPlaceholderType |
type |
| Constructor and Description |
|---|
CTPlaceholder() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTExtensionListModify |
getExtLst()
Gets the value of the extLst property.
|
long |
getIdx()
Gets the value of the idx property.
|
STDirection |
getOrient()
Gets the value of the orient property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STPlaceholderSize |
getSz()
Gets the value of the sz property.
|
STPlaceholderType |
getType()
Gets the value of the type property.
|
boolean |
isHasCustomPrompt()
Gets the value of the hasCustomPrompt property.
|
void |
setExtLst(CTExtensionListModify value)
Sets the value of the extLst property.
|
void |
setHasCustomPrompt(Boolean value)
Sets the value of the hasCustomPrompt property.
|
void |
setIdx(Long value)
Sets the value of the idx property.
|
void |
setOrient(STDirection value)
Sets the value of the orient property.
|
void |
setParent(Object parent) |
void |
setSz(STPlaceholderSize value)
Sets the value of the sz property.
|
void |
setType(STPlaceholderType value)
Sets the value of the type property.
|
protected CTExtensionListModify extLst
protected STPlaceholderType type
protected STDirection orient
protected STPlaceholderSize sz
protected Long idx
protected Boolean hasCustomPrompt
public CTExtensionListModify getExtLst()
CTExtensionListModifypublic void setExtLst(CTExtensionListModify value)
value - allowed object is
CTExtensionListModifypublic STPlaceholderType getType()
STPlaceholderTypepublic void setType(STPlaceholderType value)
value - allowed object is
STPlaceholderTypepublic STDirection getOrient()
STDirectionpublic void setOrient(STDirection value)
value - allowed object is
STDirectionpublic STPlaceholderSize getSz()
STPlaceholderSizepublic void setSz(STPlaceholderSize value)
value - allowed object is
STPlaceholderSizepublic long getIdx()
Longpublic void setIdx(Long value)
value - allowed object is
Longpublic boolean isHasCustomPrompt()
Booleanpublic void setHasCustomPrompt(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.