Interface CTMarker
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Marker(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionintgetCol()Gets the "col" elementGets the "colOff" elementintgetRow()Gets the "row" elementGets the "rowOff" elementvoidsetCol(int col) Sets the "col" elementvoidSets the "colOff" elementvoidsetRow(int row) Sets the "row" elementvoidSets the "rowOff" elementxgetCol()Gets (as xml) the "col" elementGets (as xml) the "colOff" elementxgetRow()Gets (as xml) the "row" elementGets (as xml) the "rowOff" elementvoidSets (as xml) the "col" elementvoidxsetColOff(STCoordinate colOff) Sets (as xml) the "colOff" elementvoidSets (as xml) the "row" elementvoidxsetRowOff(STCoordinate rowOff) Sets (as xml) the "rowOff" elementMethods 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
-
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
Sets (as xml) the "col" element -
getColOff
Object getColOff()Gets the "colOff" element -
xgetColOff
STCoordinate xgetColOff()Gets (as xml) the "colOff" element -
setColOff
Sets the "colOff" element -
xsetColOff
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
Sets (as xml) the "row" element -
getRowOff
Object getRowOff()Gets the "rowOff" element -
xgetRowOff
STCoordinate xgetRowOff()Gets (as xml) the "rowOff" element -
setRowOff
Sets the "rowOff" element -
xsetRowOff
Sets (as xml) the "rowOff" element
-