public interface CTExternalRow extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTExternalRow.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTExternalCell |
addNewCell()
Appends and returns a new empty value (as xml) as the last "cell" element
|
CTExternalCell[] |
getCellArray()
Deprecated.
|
CTExternalCell |
getCellArray(int i)
Gets ith "cell" element
|
List<CTExternalCell> |
getCellList()
Gets a List of "cell" elements
|
long |
getR()
Gets the "r" attribute
|
CTExternalCell |
insertNewCell(int i)
Inserts and returns a new empty value (as xml) as the ith "cell" element
|
void |
removeCell(int i)
Removes the ith "cell" element
|
void |
setCellArray(CTExternalCell[] cellArray)
Sets array of all "cell" element
|
void |
setCellArray(int i,
CTExternalCell cell)
Sets ith "cell" element
|
void |
setR(long r)
Sets the "r" attribute
|
int |
sizeOfCellArray()
Returns number of "cell" element
|
XmlUnsignedInt |
xgetR()
Gets (as xml) the "r" attribute
|
void |
xsetR(XmlUnsignedInt r)
Sets (as xml) the "r" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTExternalCell> getCellList()
@Deprecated CTExternalCell[] getCellArray()
CTExternalCell getCellArray(int i)
int sizeOfCellArray()
void setCellArray(CTExternalCell[] cellArray)
void setCellArray(int i,
CTExternalCell cell)
CTExternalCell insertNewCell(int i)
CTExternalCell addNewCell()
void removeCell(int i)
long getR()
XmlUnsignedInt xgetR()
void setR(long r)
void xsetR(XmlUnsignedInt r)
Copyright © 2010 - 2020 Adobe. All Rights Reserved