Interface CTLocation
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTLocation extends XmlObject
An XML CT_Location(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTLocation.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 longgetColPageCount()Gets the "colPageCount" attributelonggetFirstDataCol()Gets the "firstDataCol" attributelonggetFirstDataRow()Gets the "firstDataRow" attributelonggetFirstHeaderRow()Gets the "firstHeaderRow" attributejava.lang.StringgetRef()Gets the "ref" attributelonggetRowPageCount()Gets the "rowPageCount" attributebooleanisSetColPageCount()True if has "colPageCount" attributebooleanisSetRowPageCount()True 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" attributevoidsetRef(java.lang.String ref)Sets the "ref" attributevoidsetRowPageCount(long rowPageCount)Sets the "rowPageCount" attributevoidunsetColPageCount()Unsets the "colPageCount" attributevoidunsetRowPageCount()Unsets the "rowPageCount" attributeXmlUnsignedIntxgetColPageCount()Gets (as xml) the "colPageCount" attributeXmlUnsignedIntxgetFirstDataCol()Gets (as xml) the "firstDataCol" attributeXmlUnsignedIntxgetFirstDataRow()Gets (as xml) the "firstDataRow" attributeXmlUnsignedIntxgetFirstHeaderRow()Gets (as xml) the "firstHeaderRow" attributeSTRefxgetRef()Gets (as xml) the "ref" attributeXmlUnsignedIntxgetRowPageCount()Gets (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" attributevoidxsetRef(STRef ref)Sets (as xml) the "ref" attributevoidxsetRowPageCount(XmlUnsignedInt rowPageCount)Sets (as xml) the "rowPageCount" attribute-
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
-
getRef
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(java.lang.String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
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
void xsetFirstHeaderRow(XmlUnsignedInt firstHeaderRow)
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
void xsetFirstDataRow(XmlUnsignedInt firstDataRow)
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
void xsetFirstDataCol(XmlUnsignedInt firstDataCol)
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
void xsetRowPageCount(XmlUnsignedInt rowPageCount)
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
void xsetColPageCount(XmlUnsignedInt colPageCount)
Sets (as xml) the "colPageCount" attribute
-
unsetColPageCount
void unsetColPageCount()
Unsets the "colPageCount" attribute
-
-