Interface CTPermStart
- All Superinterfaces:
CTPerm
,XmlObject
,XmlTokenSource
An XML CT_PermStart(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTPermStart> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionGets the "colFirst" attributeGets the "colLast" attributegetEd()
Gets the "ed" attributegetEdGrp()
Gets the "edGrp" attributeboolean
True if has "colFirst" attributeboolean
True if has "colLast" attributeboolean
isSetEd()
True if has "ed" attributeboolean
True if has "edGrp" attributevoid
setColFirst
(BigInteger colFirst) Sets the "colFirst" attributevoid
setColLast
(BigInteger colLast) Sets the "colLast" attributevoid
Sets the "ed" attributevoid
setEdGrp
(STEdGrp.Enum edGrp) Sets the "edGrp" attributevoid
Unsets the "colFirst" attributevoid
Unsets the "colLast" attributevoid
unsetEd()
Unsets the "ed" attributevoid
Unsets the "edGrp" attributeGets (as xml) the "colFirst" attributeGets (as xml) the "colLast" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString
xgetEd()
Gets (as xml) the "ed" attributeGets (as xml) the "edGrp" attributevoid
xsetColFirst
(STDecimalNumber colFirst) Sets (as xml) the "colFirst" attributevoid
xsetColLast
(STDecimalNumber colLast) Sets (as xml) the "colLast" attributevoid
xsetEd
(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString ed) Sets (as xml) the "ed" attributevoid
Sets (as xml) the "edGrp" attributeMethods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPerm
getDisplacedByCustomXml, getId, isSetDisplacedByCustomXml, setDisplacedByCustomXml, setId, unsetDisplacedByCustomXml, xgetDisplacedByCustomXml, xgetId, xsetDisplacedByCustomXml, xsetId
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getEdGrp
STEdGrp.Enum getEdGrp()Gets the "edGrp" attribute -
xgetEdGrp
STEdGrp xgetEdGrp()Gets (as xml) the "edGrp" attribute -
isSetEdGrp
boolean isSetEdGrp()True if has "edGrp" attribute -
setEdGrp
Sets the "edGrp" attribute -
xsetEdGrp
Sets (as xml) the "edGrp" attribute -
unsetEdGrp
void unsetEdGrp()Unsets the "edGrp" attribute -
getEd
String getEd()Gets the "ed" attribute -
xgetEd
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetEd()Gets (as xml) the "ed" attribute -
isSetEd
boolean isSetEd()True if has "ed" attribute -
setEd
Sets the "ed" attribute -
unsetEd
void unsetEd()Unsets the "ed" attribute -
getColFirst
BigInteger getColFirst()Gets the "colFirst" attribute -
xgetColFirst
STDecimalNumber xgetColFirst()Gets (as xml) the "colFirst" attribute -
isSetColFirst
boolean isSetColFirst()True if has "colFirst" attribute -
setColFirst
Sets the "colFirst" attribute -
xsetColFirst
Sets (as xml) the "colFirst" attribute -
unsetColFirst
void unsetColFirst()Unsets the "colFirst" attribute -
getColLast
BigInteger getColLast()Gets the "colLast" attribute -
xgetColLast
STDecimalNumber xgetColLast()Gets (as xml) the "colLast" attribute -
isSetColLast
boolean isSetColLast()True if has "colLast" attribute -
setColLast
Sets the "colLast" attribute -
xsetColLast
Sets (as xml) the "colLast" attribute -
unsetColLast
void unsetColLast()Unsets the "colLast" attribute
-