Interface CTMarker
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTMarker extends XmlObject
An XML CT_Marker(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTMarker.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 intgetCol()Gets the "col" elementlonggetColOff()Gets the "colOff" elementintgetRow()Gets the "row" elementlonggetRowOff()Gets the "rowOff" elementvoidsetCol(int col)Sets the "col" elementvoidsetColOff(long colOff)Sets the "colOff" elementvoidsetRow(int row)Sets the "row" elementvoidsetRowOff(long rowOff)Sets the "rowOff" elementSTColIDxgetCol()Gets (as xml) the "col" elementSTCoordinatexgetColOff()Gets (as xml) the "colOff" elementSTRowIDxgetRow()Gets (as xml) the "row" elementSTCoordinatexgetRowOff()Gets (as xml) the "rowOff" elementvoidxsetCol(STColID col)Sets (as xml) the "col" elementvoidxsetColOff(STCoordinate colOff)Sets (as xml) the "colOff" elementvoidxsetRow(STRowID row)Sets (as xml) the "row" elementvoidxsetRowOff(STCoordinate rowOff)Sets (as xml) the "rowOff" element-
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
-
getCol
int getCol()
Gets the "col" element
-
xgetCol
STColID xgetCol()
Gets (as xml) the "col" element
-
setCol
void setCol(int col)
Sets the "col" element
-
xsetCol
void xsetCol(STColID col)
Sets (as xml) the "col" element
-
getColOff
long getColOff()
Gets the "colOff" element
-
xgetColOff
STCoordinate xgetColOff()
Gets (as xml) the "colOff" element
-
setColOff
void setColOff(long colOff)
Sets the "colOff" element
-
xsetColOff
void xsetColOff(STCoordinate colOff)
Sets (as xml) the "colOff" element
-
getRow
int getRow()
Gets the "row" element
-
xgetRow
STRowID xgetRow()
Gets (as xml) the "row" element
-
setRow
void setRow(int row)
Sets the "row" element
-
xsetRow
void xsetRow(STRowID row)
Sets (as xml) the "row" element
-
getRowOff
long getRowOff()
Gets the "rowOff" element
-
xgetRowOff
STCoordinate xgetRowOff()
Gets (as xml) the "rowOff" element
-
setRowOff
void setRowOff(long rowOff)
Sets the "rowOff" element
-
xsetRowOff
void xsetRowOff(STCoordinate rowOff)
Sets (as xml) the "rowOff" element
-
-