Interface CTBookmarkRange
- All Superinterfaces:
CTMarkup,CTMarkupRange,XmlObject,XmlTokenSource
- All Known Subinterfaces:
CTBookmark,CTMoveBookmark
An XML CT_BookmarkRange(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTBookmarkRange> 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" attributebooleanTrue if has "colFirst" attributebooleanTrue if has "colLast" attributevoidsetColFirst(BigInteger colFirst) Sets the "colFirst" attributevoidsetColLast(BigInteger colLast) Sets the "colLast" attributevoidUnsets the "colFirst" attributevoidUnsets the "colLast" attributeGets (as xml) the "colFirst" attributeGets (as xml) the "colLast" attributevoidxsetColFirst(STDecimalNumber colFirst) Sets (as xml) the "colFirst" attributevoidxsetColLast(STDecimalNumber colLast) Sets (as xml) the "colLast" attributeMethods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTMarkup
getId, setId, xgetId, xsetIdMethods inherited from interface org.openxmlformats.schemas.wordprocessingml.x2006.main.CTMarkupRange
getDisplacedByCustomXml, isSetDisplacedByCustomXml, setDisplacedByCustomXml, unsetDisplacedByCustomXml, xgetDisplacedByCustomXml, xsetDisplacedByCustomXmlMethods 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
-
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
-