public interface CTExternalSheetDataSet extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTExternalSheetDataSet.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 |
|---|---|
CTExternalSheetData |
addNewSheetData()
Appends and returns a new empty value (as xml) as the last "sheetData" element
|
CTExternalSheetData[] |
getSheetDataArray()
Deprecated.
|
CTExternalSheetData |
getSheetDataArray(int i)
Gets ith "sheetData" element
|
List<CTExternalSheetData> |
getSheetDataList()
Gets a List of "sheetData" elements
|
CTExternalSheetData |
insertNewSheetData(int i)
Inserts and returns a new empty value (as xml) as the ith "sheetData" element
|
void |
removeSheetData(int i)
Removes the ith "sheetData" element
|
void |
setSheetDataArray(CTExternalSheetData[] sheetDataArray)
Sets array of all "sheetData" element
|
void |
setSheetDataArray(int i,
CTExternalSheetData sheetData)
Sets ith "sheetData" element
|
int |
sizeOfSheetDataArray()
Returns number of "sheetData" 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<CTExternalSheetData> getSheetDataList()
@Deprecated CTExternalSheetData[] getSheetDataArray()
CTExternalSheetData getSheetDataArray(int i)
int sizeOfSheetDataArray()
void setSheetDataArray(CTExternalSheetData[] sheetDataArray)
void setSheetDataArray(int i,
CTExternalSheetData sheetData)
CTExternalSheetData insertNewSheetData(int i)
CTExternalSheetData addNewSheetData()
void removeSheetData(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved