Interface CTBookmarkRange
-
- All Superinterfaces:
CTMarkup
,CTMarkupRange
,XmlObject
,XmlTokenSource
- All Known Subinterfaces:
CTBookmark
,CTMoveBookmark
public interface CTBookmarkRange extends CTMarkupRange
An XML CT_BookmarkRange(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTBookmarkRange.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 java.math.BigInteger
getColFirst()
Gets the "colFirst" attributejava.math.BigInteger
getColLast()
Gets the "colLast" attributeboolean
isSetColFirst()
True if has "colFirst" attributeboolean
isSetColLast()
True if has "colLast" attributevoid
setColFirst(java.math.BigInteger colFirst)
Sets the "colFirst" attributevoid
setColLast(java.math.BigInteger colLast)
Sets the "colLast" attributevoid
unsetColFirst()
Unsets the "colFirst" attributevoid
unsetColLast()
Unsets the "colLast" attributeSTDecimalNumber
xgetColFirst()
Gets (as xml) the "colFirst" attributeSTDecimalNumber
xgetColLast()
Gets (as xml) the "colLast" attributevoid
xsetColFirst(STDecimalNumber colFirst)
Sets (as xml) the "colFirst" attributevoid
xsetColLast(STDecimalNumber colLast)
Sets (as xml) the "colLast" attribute-
Methods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTMarkup
getId, setId, xgetId, xsetId
-
Methods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTMarkupRange
getDisplacedByCustomXml, isSetDisplacedByCustomXml, setDisplacedByCustomXml, unsetDisplacedByCustomXml, xgetDisplacedByCustomXml, xsetDisplacedByCustomXml
-
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
-
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
-
-