Interface CTPlaceholder
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPlaceholder extends XmlObject
An XML CT_Placeholder(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPlaceholder.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTExtensionListModifyaddNewExtLst()Appends and returns a new empty "extLst" elementCTExtensionListModifygetExtLst()Gets the "extLst" elementbooleangetHasCustomPrompt()Gets the "hasCustomPrompt" attributelonggetIdx()Gets the "idx" attributeSTDirection.EnumgetOrient()Gets the "orient" attributeSTPlaceholderSize.EnumgetSz()Gets the "sz" attributeSTPlaceholderType.EnumgetType()Gets the "type" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetHasCustomPrompt()True if has "hasCustomPrompt" attributebooleanisSetIdx()True if has "idx" attributebooleanisSetOrient()True if has "orient" attributebooleanisSetSz()True if has "sz" attributebooleanisSetType()True if has "type" attributevoidsetExtLst(CTExtensionListModify extLst)Sets the "extLst" elementvoidsetHasCustomPrompt(boolean hasCustomPrompt)Sets the "hasCustomPrompt" attributevoidsetIdx(long idx)Sets the "idx" attributevoidsetOrient(STDirection.Enum orient)Sets the "orient" attributevoidsetSz(STPlaceholderSize.Enum sz)Sets the "sz" attributevoidsetType(STPlaceholderType.Enum type)Sets the "type" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetHasCustomPrompt()Unsets the "hasCustomPrompt" attributevoidunsetIdx()Unsets the "idx" attributevoidunsetOrient()Unsets the "orient" attributevoidunsetSz()Unsets the "sz" attributevoidunsetType()Unsets the "type" attributeXmlBooleanxgetHasCustomPrompt()Gets (as xml) the "hasCustomPrompt" attributeXmlUnsignedIntxgetIdx()Gets (as xml) the "idx" attributeSTDirectionxgetOrient()Gets (as xml) the "orient" attributeSTPlaceholderSizexgetSz()Gets (as xml) the "sz" attributeSTPlaceholderTypexgetType()Gets (as xml) the "type" attributevoidxsetHasCustomPrompt(XmlBoolean hasCustomPrompt)Sets (as xml) the "hasCustomPrompt" attributevoidxsetIdx(XmlUnsignedInt idx)Sets (as xml) the "idx" attributevoidxsetOrient(STDirection orient)Sets (as xml) the "orient" attributevoidxsetSz(STPlaceholderSize sz)Sets (as xml) the "sz" attributevoidxsetType(STPlaceholderType type)Sets (as xml) the "type" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getExtLst
CTExtensionListModify getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionListModify extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionListModify addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getType
STPlaceholderType.Enum getType()
Gets the "type" attribute
-
xgetType
STPlaceholderType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(STPlaceholderType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(STPlaceholderType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
getOrient
STDirection.Enum getOrient()
Gets the "orient" attribute
-
xgetOrient
STDirection xgetOrient()
Gets (as xml) the "orient" attribute
-
isSetOrient
boolean isSetOrient()
True if has "orient" attribute
-
setOrient
void setOrient(STDirection.Enum orient)
Sets the "orient" attribute
-
xsetOrient
void xsetOrient(STDirection orient)
Sets (as xml) the "orient" attribute
-
unsetOrient
void unsetOrient()
Unsets the "orient" attribute
-
getSz
STPlaceholderSize.Enum getSz()
Gets the "sz" attribute
-
xgetSz
STPlaceholderSize xgetSz()
Gets (as xml) the "sz" attribute
-
isSetSz
boolean isSetSz()
True if has "sz" attribute
-
setSz
void setSz(STPlaceholderSize.Enum sz)
Sets the "sz" attribute
-
xsetSz
void xsetSz(STPlaceholderSize sz)
Sets (as xml) the "sz" attribute
-
unsetSz
void unsetSz()
Unsets the "sz" attribute
-
getIdx
long getIdx()
Gets the "idx" attribute
-
xgetIdx
XmlUnsignedInt xgetIdx()
Gets (as xml) the "idx" attribute
-
isSetIdx
boolean isSetIdx()
True if has "idx" attribute
-
setIdx
void setIdx(long idx)
Sets the "idx" attribute
-
xsetIdx
void xsetIdx(XmlUnsignedInt idx)
Sets (as xml) the "idx" attribute
-
unsetIdx
void unsetIdx()
Unsets the "idx" attribute
-
getHasCustomPrompt
boolean getHasCustomPrompt()
Gets the "hasCustomPrompt" attribute
-
xgetHasCustomPrompt
XmlBoolean xgetHasCustomPrompt()
Gets (as xml) the "hasCustomPrompt" attribute
-
isSetHasCustomPrompt
boolean isSetHasCustomPrompt()
True if has "hasCustomPrompt" attribute
-
setHasCustomPrompt
void setHasCustomPrompt(boolean hasCustomPrompt)
Sets the "hasCustomPrompt" attribute
-
xsetHasCustomPrompt
void xsetHasCustomPrompt(XmlBoolean hasCustomPrompt)
Sets (as xml) the "hasCustomPrompt" attribute
-
unsetHasCustomPrompt
void unsetHasCustomPrompt()
Unsets the "hasCustomPrompt" attribute
-
-