Interface CTPlaceholder
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Placeholder(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPlaceholder> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementGets the "extLst" elementbooleanGets the "hasCustomPrompt" attributelonggetIdx()Gets the "idx" attributeGets the "orient" attributegetSz()Gets the "sz" attributegetType()Gets the "type" attributebooleanTrue if has "extLst" elementbooleanTrue if has "hasCustomPrompt" attributebooleanisSetIdx()True if has "idx" attributebooleanTrue if has "orient" attributebooleanisSetSz()True if has "sz" attributebooleanTrue 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" attributevoidSets the "sz" attributevoidSets the "type" attributevoidUnsets the "extLst" elementvoidUnsets the "hasCustomPrompt" attributevoidunsetIdx()Unsets the "idx" attributevoidUnsets the "orient" attributevoidunsetSz()Unsets the "sz" attributevoidUnsets the "type" attributeGets (as xml) the "hasCustomPrompt" attributexgetIdx()Gets (as xml) the "idx" attributeGets (as xml) the "orient" attributexgetSz()Gets (as xml) the "sz" attributexgetType()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" attributevoidSets (as xml) the "sz" attributevoidxsetType(STPlaceholderType type) Sets (as xml) the "type" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getExtLst
CTExtensionListModify getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
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
Sets the "type" attribute -
xsetType
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
Sets the "orient" attribute -
xsetOrient
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
Sets the "sz" attribute -
xsetSz
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
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
Sets (as xml) the "hasCustomPrompt" attribute -
unsetHasCustomPrompt
void unsetHasCustomPrompt()Unsets the "hasCustomPrompt" attribute
-