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 SchemaTypeFields 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" attributebooleanTrue if has "colFirst" attributebooleanTrue if has "colLast" attributebooleanisSetEd()True if has "ed" attributebooleanTrue if has "edGrp" attributevoidsetColFirst(BigInteger colFirst) Sets the "colFirst" attributevoidsetColLast(BigInteger colLast) Sets the "colLast" attributevoidSets the "ed" attributevoidsetEdGrp(STEdGrp.Enum edGrp) Sets the "edGrp" attributevoidUnsets the "colFirst" attributevoidUnsets the "colLast" attributevoidunsetEd()Unsets the "ed" attributevoidUnsets the "edGrp" attributeGets (as xml) the "colFirst" attributeGets (as xml) the "colLast" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringxgetEd()Gets (as xml) the "ed" attributeGets (as xml) the "edGrp" attributevoidxsetColFirst(STDecimalNumber colFirst) Sets (as xml) the "colFirst" attributevoidxsetColLast(STDecimalNumber colLast) Sets (as xml) the "colLast" attributevoidxsetEd(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString ed) Sets (as xml) the "ed" attributevoidSets (as xml) the "edGrp" attributeMethods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPerm
getDisplacedByCustomXml, getId, isSetDisplacedByCustomXml, setDisplacedByCustomXml, setId, unsetDisplacedByCustomXml, xgetDisplacedByCustomXml, xgetId, xsetDisplacedByCustomXml, xsetIdMethods 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
-
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
-