public interface CTSingleXmlCells extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTSingleXmlCells.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 |
|---|---|
CTSingleXmlCell |
addNewSingleXmlCell()
Appends and returns a new empty value (as xml) as the last "singleXmlCell" element
|
CTSingleXmlCell[] |
getSingleXmlCellArray()
Deprecated.
|
CTSingleXmlCell |
getSingleXmlCellArray(int i)
Gets ith "singleXmlCell" element
|
List<CTSingleXmlCell> |
getSingleXmlCellList()
Gets a List of "singleXmlCell" elements
|
CTSingleXmlCell |
insertNewSingleXmlCell(int i)
Inserts and returns a new empty value (as xml) as the ith "singleXmlCell" element
|
void |
removeSingleXmlCell(int i)
Removes the ith "singleXmlCell" element
|
void |
setSingleXmlCellArray(CTSingleXmlCell[] singleXmlCellArray)
Sets array of all "singleXmlCell" element
|
void |
setSingleXmlCellArray(int i,
CTSingleXmlCell singleXmlCell)
Sets ith "singleXmlCell" element
|
int |
sizeOfSingleXmlCellArray()
Returns number of "singleXmlCell" element
|
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<CTSingleXmlCell> getSingleXmlCellList()
@Deprecated CTSingleXmlCell[] getSingleXmlCellArray()
CTSingleXmlCell getSingleXmlCellArray(int i)
int sizeOfSingleXmlCellArray()
void setSingleXmlCellArray(CTSingleXmlCell[] singleXmlCellArray)
void setSingleXmlCellArray(int i,
CTSingleXmlCell singleXmlCell)
CTSingleXmlCell insertNewSingleXmlCell(int i)
CTSingleXmlCell addNewSingleXmlCell()
void removeSingleXmlCell(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved