public interface CTCalcChain extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTCalcChain.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 |
|---|---|
CTCalcCell |
addNewC()
Appends and returns a new empty value (as xml) as the last "c" element
|
CTExtensionList |
addNewExtLst()
Appends and returns a new empty "extLst" element
|
CTCalcCell[] |
getCArray()
Deprecated.
|
CTCalcCell |
getCArray(int i)
Gets ith "c" element
|
List<CTCalcCell> |
getCList()
Gets a List of "c" elements
|
CTExtensionList |
getExtLst()
Gets the "extLst" element
|
CTCalcCell |
insertNewC(int i)
Inserts and returns a new empty value (as xml) as the ith "c" element
|
boolean |
isSetExtLst()
True if has "extLst" element
|
void |
removeC(int i)
Removes the ith "c" element
|
void |
setCArray(CTCalcCell[] cArray)
Sets array of all "c" element
|
void |
setCArray(int i,
CTCalcCell c)
Sets ith "c" element
|
void |
setExtLst(CTExtensionList extLst)
Sets the "extLst" element
|
int |
sizeOfCArray()
Returns number of "c" element
|
void |
unsetExtLst()
Unsets the "extLst" 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<CTCalcCell> getCList()
@Deprecated CTCalcCell[] getCArray()
CTCalcCell getCArray(int i)
int sizeOfCArray()
void setCArray(CTCalcCell[] cArray)
void setCArray(int i,
CTCalcCell c)
CTCalcCell insertNewC(int i)
CTCalcCell addNewC()
void removeC(int i)
CTExtensionList getExtLst()
boolean isSetExtLst()
void setExtLst(CTExtensionList extLst)
CTExtensionList addNewExtLst()
void unsetExtLst()
Copyright © 2010 - 2020 Adobe. All Rights Reserved