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 class
CTLocation.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 long
getColPageCount()
Gets the "colPageCount" attributelong
getFirstDataCol()
Gets the "firstDataCol" attributelong
getFirstDataRow()
Gets the "firstDataRow" attributelong
getFirstHeaderRow()
Gets the "firstHeaderRow" attributejava.lang.String
getRef()
Gets the "ref" attributelong
getRowPageCount()
Gets the "rowPageCount" attributeboolean
isSetColPageCount()
True if has "colPageCount" attributeboolean
isSetRowPageCount()
True if has "rowPageCount" attributevoid
setColPageCount(long colPageCount)
Sets the "colPageCount" attributevoid
setFirstDataCol(long firstDataCol)
Sets the "firstDataCol" attributevoid
setFirstDataRow(long firstDataRow)
Sets the "firstDataRow" attributevoid
setFirstHeaderRow(long firstHeaderRow)
Sets the "firstHeaderRow" attributevoid
setRef(java.lang.String ref)
Sets the "ref" attributevoid
setRowPageCount(long rowPageCount)
Sets the "rowPageCount" attributevoid
unsetColPageCount()
Unsets the "colPageCount" attributevoid
unsetRowPageCount()
Unsets the "rowPageCount" attributeXmlUnsignedInt
xgetColPageCount()
Gets (as xml) the "colPageCount" attributeXmlUnsignedInt
xgetFirstDataCol()
Gets (as xml) the "firstDataCol" attributeXmlUnsignedInt
xgetFirstDataRow()
Gets (as xml) the "firstDataRow" attributeXmlUnsignedInt
xgetFirstHeaderRow()
Gets (as xml) the "firstHeaderRow" attributeSTRef
xgetRef()
Gets (as xml) the "ref" attributeXmlUnsignedInt
xgetRowPageCount()
Gets (as xml) the "rowPageCount" attributevoid
xsetColPageCount(XmlUnsignedInt colPageCount)
Sets (as xml) the "colPageCount" attributevoid
xsetFirstDataCol(XmlUnsignedInt firstDataCol)
Sets (as xml) the "firstDataCol" attributevoid
xsetFirstDataRow(XmlUnsignedInt firstDataRow)
Sets (as xml) the "firstDataRow" attributevoid
xsetFirstHeaderRow(XmlUnsignedInt firstHeaderRow)
Sets (as xml) the "firstHeaderRow" attributevoid
xsetRef(STRef ref)
Sets (as xml) the "ref" attributevoid
xsetRowPageCount(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
-
-