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 class
CTPlaceholder.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTExtensionListModify
addNewExtLst()
Appends and returns a new empty "extLst" elementCTExtensionListModify
getExtLst()
Gets the "extLst" elementboolean
getHasCustomPrompt()
Gets the "hasCustomPrompt" attributelong
getIdx()
Gets the "idx" attributeSTDirection.Enum
getOrient()
Gets the "orient" attributeSTPlaceholderSize.Enum
getSz()
Gets the "sz" attributeSTPlaceholderType.Enum
getType()
Gets the "type" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHasCustomPrompt()
True if has "hasCustomPrompt" attributeboolean
isSetIdx()
True if has "idx" attributeboolean
isSetOrient()
True if has "orient" attributeboolean
isSetSz()
True if has "sz" attributeboolean
isSetType()
True if has "type" attributevoid
setExtLst(CTExtensionListModify extLst)
Sets the "extLst" elementvoid
setHasCustomPrompt(boolean hasCustomPrompt)
Sets the "hasCustomPrompt" attributevoid
setIdx(long idx)
Sets the "idx" attributevoid
setOrient(STDirection.Enum orient)
Sets the "orient" attributevoid
setSz(STPlaceholderSize.Enum sz)
Sets the "sz" attributevoid
setType(STPlaceholderType.Enum type)
Sets the "type" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHasCustomPrompt()
Unsets the "hasCustomPrompt" attributevoid
unsetIdx()
Unsets the "idx" attributevoid
unsetOrient()
Unsets the "orient" attributevoid
unsetSz()
Unsets the "sz" attributevoid
unsetType()
Unsets the "type" attributeXmlBoolean
xgetHasCustomPrompt()
Gets (as xml) the "hasCustomPrompt" attributeXmlUnsignedInt
xgetIdx()
Gets (as xml) the "idx" attributeSTDirection
xgetOrient()
Gets (as xml) the "orient" attributeSTPlaceholderSize
xgetSz()
Gets (as xml) the "sz" attributeSTPlaceholderType
xgetType()
Gets (as xml) the "type" attributevoid
xsetHasCustomPrompt(XmlBoolean hasCustomPrompt)
Sets (as xml) the "hasCustomPrompt" attributevoid
xsetIdx(XmlUnsignedInt idx)
Sets (as xml) the "idx" attributevoid
xsetOrient(STDirection orient)
Sets (as xml) the "orient" attributevoid
xsetSz(STPlaceholderSize sz)
Sets (as xml) the "sz" attributevoid
xsetType(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
-
-