Interface CTExternalRow
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ExternalRow(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTExternalRow> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "cell" elementGets array of all "cell" elementsgetCellArray(int i) Gets ith "cell" elementGets a List of "cell" elementslonggetR()Gets the "r" attributeinsertNewCell(int i) Inserts and returns a new empty value (as xml) as the ith "cell" elementvoidremoveCell(int i) Removes the ith "cell" elementvoidsetCellArray(int i, CTExternalCell cell) Sets ith "cell" elementvoidsetCellArray(CTExternalCell[] cellArray) Sets array of all "cell" elementvoidsetR(long r) Sets the "r" attributeintReturns number of "cell" elementxgetR()Gets (as xml) the "r" attributevoidSets (as xml) the "r" attributeMethods 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
-
getCellList
List<CTExternalCell> getCellList()Gets a List of "cell" elements -
getCellArray
CTExternalCell[] getCellArray()Gets array of all "cell" elements -
getCellArray
Gets ith "cell" element -
sizeOfCellArray
int sizeOfCellArray()Returns number of "cell" element -
setCellArray
Sets array of all "cell" element -
setCellArray
Sets ith "cell" element -
insertNewCell
Inserts and returns a new empty value (as xml) as the ith "cell" element -
addNewCell
CTExternalCell addNewCell()Appends and returns a new empty value (as xml) as the last "cell" element -
removeCell
void removeCell(int i) Removes the ith "cell" element -
getR
long getR()Gets the "r" attribute -
xgetR
XmlUnsignedInt xgetR()Gets (as xml) the "r" attribute -
setR
void setR(long r) Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute
-