Interface CTPermStart
- 
- All Superinterfaces:
 CTPerm,XmlObject,XmlTokenSource
public interface CTPermStart extends CTPerm
An XML CT_PermStart(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPermStart.FactoryA factory class with static methods for creating instances of this type. 
- 
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype- 
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 java.math.BigIntegergetColFirst()Gets the "colFirst" attributejava.math.BigIntegergetColLast()Gets the "colLast" attributejava.lang.StringgetEd()Gets the "ed" attributeSTEdGrp.EnumgetEdGrp()Gets the "edGrp" attributebooleanisSetColFirst()True if has "colFirst" attributebooleanisSetColLast()True if has "colLast" attributebooleanisSetEd()True if has "ed" attributebooleanisSetEdGrp()True if has "edGrp" attributevoidsetColFirst(java.math.BigInteger colFirst)Sets the "colFirst" attributevoidsetColLast(java.math.BigInteger colLast)Sets the "colLast" attributevoidsetEd(java.lang.String ed)Sets the "ed" attributevoidsetEdGrp(STEdGrp.Enum edGrp)Sets the "edGrp" attributevoidunsetColFirst()Unsets the "colFirst" attributevoidunsetColLast()Unsets the "colLast" attributevoidunsetEd()Unsets the "ed" attributevoidunsetEdGrp()Unsets the "edGrp" attributeSTDecimalNumberxgetColFirst()Gets (as xml) the "colFirst" attributeSTDecimalNumberxgetColLast()Gets (as xml) the "colLast" attributeSTStringxgetEd()Gets (as xml) the "ed" attributeSTEdGrpxgetEdGrp()Gets (as xml) the "edGrp" attributevoidxsetColFirst(STDecimalNumber colFirst)Sets (as xml) the "colFirst" attributevoidxsetColLast(STDecimalNumber colLast)Sets (as xml) the "colLast" attributevoidxsetEd(STString ed)Sets (as xml) the "ed" attributevoidxsetEdGrp(STEdGrp edGrp)Sets (as xml) the "edGrp" attribute- 
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText 
 - 
 
 - 
 
- 
- 
Field Detail
- 
type
static final SchemaType type
 
 - 
 
- 
Method Detail
- 
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
void setEdGrp(STEdGrp.Enum edGrp)
Sets the "edGrp" attribute 
- 
xsetEdGrp
void xsetEdGrp(STEdGrp edGrp)
Sets (as xml) the "edGrp" attribute 
- 
unsetEdGrp
void unsetEdGrp()
Unsets the "edGrp" attribute 
- 
getEd
java.lang.String getEd()
Gets the "ed" attribute 
- 
xgetEd
STString xgetEd()
Gets (as xml) the "ed" attribute 
- 
isSetEd
boolean isSetEd()
True if has "ed" attribute 
- 
setEd
void setEd(java.lang.String ed)
Sets the "ed" attribute 
- 
xsetEd
void xsetEd(STString ed)
Sets (as xml) the "ed" attribute 
- 
unsetEd
void unsetEd()
Unsets the "ed" attribute 
- 
getColFirst
java.math.BigInteger getColFirst()
Gets the "colFirst" attribute 
- 
xgetColFirst
STDecimalNumber xgetColFirst()
Gets (as xml) the "colFirst" attribute 
- 
isSetColFirst
boolean isSetColFirst()
True if has "colFirst" attribute 
- 
setColFirst
void setColFirst(java.math.BigInteger colFirst)
Sets the "colFirst" attribute 
- 
xsetColFirst
void xsetColFirst(STDecimalNumber colFirst)
Sets (as xml) the "colFirst" attribute 
- 
unsetColFirst
void unsetColFirst()
Unsets the "colFirst" attribute 
- 
getColLast
java.math.BigInteger getColLast()
Gets the "colLast" attribute 
- 
xgetColLast
STDecimalNumber xgetColLast()
Gets (as xml) the "colLast" attribute 
- 
isSetColLast
boolean isSetColLast()
True if has "colLast" attribute 
- 
setColLast
void setColLast(java.math.BigInteger colLast)
Sets the "colLast" attribute 
- 
xsetColLast
void xsetColLast(STDecimalNumber colLast)
Sets (as xml) the "colLast" attribute 
- 
unsetColLast
void unsetColLast()
Unsets the "colLast" attribute 
 - 
 
 -