Interface CTPerm
- All Superinterfaces:
XmlObject
,XmlTokenSource
- All Known Subinterfaces:
CTPermStart
An XML CT_Perm(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionGets the "displacedByCustomXml" attributegetId()
Gets the "id" attributeboolean
True if has "displacedByCustomXml" attributevoid
setDisplacedByCustomXml
(STDisplacedByCustomXml.Enum displacedByCustomXml) Sets the "displacedByCustomXml" attributevoid
Sets the "id" attributevoid
Unsets the "displacedByCustomXml" attributeGets (as xml) the "displacedByCustomXml" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString
xgetId()
Gets (as xml) the "id" attributevoid
xsetDisplacedByCustomXml
(STDisplacedByCustomXml displacedByCustomXml) Sets (as xml) the "displacedByCustomXml" attributevoid
xsetId
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString id) Sets (as xml) the "id" 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, valueHashCode
Methods 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
-
getId
String getId()Gets the "id" attribute -
xgetId
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
getDisplacedByCustomXml
STDisplacedByCustomXml.Enum getDisplacedByCustomXml()Gets the "displacedByCustomXml" attribute -
xgetDisplacedByCustomXml
STDisplacedByCustomXml xgetDisplacedByCustomXml()Gets (as xml) the "displacedByCustomXml" attribute -
isSetDisplacedByCustomXml
boolean isSetDisplacedByCustomXml()True if has "displacedByCustomXml" attribute -
setDisplacedByCustomXml
Sets the "displacedByCustomXml" attribute -
xsetDisplacedByCustomXml
Sets (as xml) the "displacedByCustomXml" attribute -
unsetDisplacedByCustomXml
void unsetDisplacedByCustomXml()Unsets the "displacedByCustomXml" attribute
-