Interface CTLocation
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Location(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTLocation> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionlongGets the "colPageCount" attributelongGets the "firstDataCol" attributelongGets the "firstDataRow" attributelongGets the "firstHeaderRow" attributegetRef()Gets the "ref" attributelongGets the "rowPageCount" attributebooleanTrue if has "colPageCount" attributebooleanTrue if has "rowPageCount" attributevoidsetColPageCount(long colPageCount) Sets the "colPageCount" attributevoidsetFirstDataCol(long firstDataCol) Sets the "firstDataCol" attributevoidsetFirstDataRow(long firstDataRow) Sets the "firstDataRow" attributevoidsetFirstHeaderRow(long firstHeaderRow) Sets the "firstHeaderRow" attributevoidSets the "ref" attributevoidsetRowPageCount(long rowPageCount) Sets the "rowPageCount" attributevoidUnsets the "colPageCount" attributevoidUnsets the "rowPageCount" attributeGets (as xml) the "colPageCount" attributeGets (as xml) the "firstDataCol" attributeGets (as xml) the "firstDataRow" attributeGets (as xml) the "firstHeaderRow" attributexgetRef()Gets (as xml) the "ref" attributeGets (as xml) the "rowPageCount" attributevoidxsetColPageCount(XmlUnsignedInt colPageCount) Sets (as xml) the "colPageCount" attributevoidxsetFirstDataCol(XmlUnsignedInt firstDataCol) Sets (as xml) the "firstDataCol" attributevoidxsetFirstDataRow(XmlUnsignedInt firstDataRow) Sets (as xml) the "firstDataRow" attributevoidxsetFirstHeaderRow(XmlUnsignedInt firstHeaderRow) Sets (as xml) the "firstHeaderRow" attributevoidSets (as xml) the "ref" attributevoidxsetRowPageCount(XmlUnsignedInt rowPageCount) Sets (as xml) the "rowPageCount" attributeMethods 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
-
getRef
String getRef()Gets the "ref" attribute -
xgetRef
STRef xgetRef()Gets (as xml) the "ref" attribute -
setRef
Sets the "ref" attribute -
xsetRef
Sets (as xml) the "ref" attribute -
getFirstHeaderRow
long getFirstHeaderRow()Gets the "firstHeaderRow" attribute -
xgetFirstHeaderRow
XmlUnsignedInt xgetFirstHeaderRow()Gets (as xml) the "firstHeaderRow" attribute -
setFirstHeaderRow
void setFirstHeaderRow(long firstHeaderRow) Sets the "firstHeaderRow" attribute -
xsetFirstHeaderRow
Sets (as xml) the "firstHeaderRow" attribute -
getFirstDataRow
long getFirstDataRow()Gets the "firstDataRow" attribute -
xgetFirstDataRow
XmlUnsignedInt xgetFirstDataRow()Gets (as xml) the "firstDataRow" attribute -
setFirstDataRow
void setFirstDataRow(long firstDataRow) Sets the "firstDataRow" attribute -
xsetFirstDataRow
Sets (as xml) the "firstDataRow" attribute -
getFirstDataCol
long getFirstDataCol()Gets the "firstDataCol" attribute -
xgetFirstDataCol
XmlUnsignedInt xgetFirstDataCol()Gets (as xml) the "firstDataCol" attribute -
setFirstDataCol
void setFirstDataCol(long firstDataCol) Sets the "firstDataCol" attribute -
xsetFirstDataCol
Sets (as xml) the "firstDataCol" attribute -
getRowPageCount
long getRowPageCount()Gets the "rowPageCount" attribute -
xgetRowPageCount
XmlUnsignedInt xgetRowPageCount()Gets (as xml) the "rowPageCount" attribute -
isSetRowPageCount
boolean isSetRowPageCount()True if has "rowPageCount" attribute -
setRowPageCount
void setRowPageCount(long rowPageCount) Sets the "rowPageCount" attribute -
xsetRowPageCount
Sets (as xml) the "rowPageCount" attribute -
unsetRowPageCount
void unsetRowPageCount()Unsets the "rowPageCount" attribute -
getColPageCount
long getColPageCount()Gets the "colPageCount" attribute -
xgetColPageCount
XmlUnsignedInt xgetColPageCount()Gets (as xml) the "colPageCount" attribute -
isSetColPageCount
boolean isSetColPageCount()True if has "colPageCount" attribute -
setColPageCount
void setColPageCount(long colPageCount) Sets the "colPageCount" attribute -
xsetColPageCount
Sets (as xml) the "colPageCount" attribute -
unsetColPageCount
void unsetColPageCount()Unsets the "colPageCount" attribute
-