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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTMarker>Factorystatic 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" elementjava.lang.ObjectgetColOff()Gets the "colOff" elementintgetRow()Gets the "row" elementjava.lang.ObjectgetRowOff()Gets the "rowOff" elementvoidsetCol(int col)Sets the "col" elementvoidsetColOff(java.lang.Object colOff)Sets the "colOff" elementvoidsetRow(int row)Sets the "row" elementvoidsetRowOff(java.lang.Object 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTMarker> Factory
-
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
java.lang.Object getColOff()
Gets the "colOff" element
-
xgetColOff
STCoordinate xgetColOff()
Gets (as xml) the "colOff" element
-
setColOff
void setColOff(java.lang.Object 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
java.lang.Object getRowOff()
Gets the "rowOff" element
-
xgetRowOff
STCoordinate xgetRowOff()
Gets (as xml) the "rowOff" element
-
setRowOff
void setRowOff(java.lang.Object rowOff)
Sets the "rowOff" element
-
xsetRowOff
void xsetRowOff(STCoordinate rowOff)
Sets (as xml) the "rowOff" element
-
-