public interface CTPivotSource extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTPivotSource.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 |
|---|---|
CTExtensionList |
addNewExtLst()
Appends and returns a new empty value (as xml) as the last "extLst" element
|
CTUnsignedInt |
addNewFmtId()
Appends and returns a new empty "fmtId" element
|
CTExtensionList[] |
getExtLstArray()
Deprecated.
|
CTExtensionList |
getExtLstArray(int i)
Gets ith "extLst" element
|
List<CTExtensionList> |
getExtLstList()
Gets a List of "extLst" elements
|
CTUnsignedInt |
getFmtId()
Gets the "fmtId" element
|
String |
getName()
Gets the "name" element
|
CTExtensionList |
insertNewExtLst(int i)
Inserts and returns a new empty value (as xml) as the ith "extLst" element
|
void |
removeExtLst(int i)
Removes the ith "extLst" element
|
void |
setExtLstArray(CTExtensionList[] extLstArray)
Sets array of all "extLst" element
|
void |
setExtLstArray(int i,
CTExtensionList extLst)
Sets ith "extLst" element
|
void |
setFmtId(CTUnsignedInt fmtId)
Sets the "fmtId" element
|
void |
setName(String name)
Sets the "name" element
|
int |
sizeOfExtLstArray()
Returns number of "extLst" element
|
STXstring |
xgetName()
Gets (as xml) the "name" element
|
void |
xsetName(STXstring name)
Sets (as xml) the "name" 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
String getName()
STXstring xgetName()
void setName(String name)
void xsetName(STXstring name)
CTUnsignedInt getFmtId()
void setFmtId(CTUnsignedInt fmtId)
CTUnsignedInt addNewFmtId()
List<CTExtensionList> getExtLstList()
@Deprecated CTExtensionList[] getExtLstArray()
CTExtensionList getExtLstArray(int i)
int sizeOfExtLstArray()
void setExtLstArray(CTExtensionList[] extLstArray)
void setExtLstArray(int i,
CTExtensionList extLst)
CTExtensionList insertNewExtLst(int i)
CTExtensionList addNewExtLst()
void removeExtLst(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved