Interface CTDdeItems
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_DdeItems(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTDdeItems> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "ddeItem" elementGets array of all "ddeItem" elementsgetDdeItemArray
(int i) Gets ith "ddeItem" elementGets a List of "ddeItem" elementsinsertNewDdeItem
(int i) Inserts and returns a new empty value (as xml) as the ith "ddeItem" elementvoid
removeDdeItem
(int i) Removes the ith "ddeItem" elementvoid
setDdeItemArray
(int i, CTDdeItem ddeItem) Sets ith "ddeItem" elementvoid
setDdeItemArray
(CTDdeItem[] ddeItemArray) Sets array of all "ddeItem" elementint
Returns number of "ddeItem" elementMethods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getDdeItemList
Gets a List of "ddeItem" elements -
getDdeItemArray
CTDdeItem[] getDdeItemArray()Gets array of all "ddeItem" elements -
getDdeItemArray
Gets ith "ddeItem" element -
sizeOfDdeItemArray
int sizeOfDdeItemArray()Returns number of "ddeItem" element -
setDdeItemArray
Sets array of all "ddeItem" element -
setDdeItemArray
Sets ith "ddeItem" element -
insertNewDdeItem
Inserts and returns a new empty value (as xml) as the ith "ddeItem" element -
addNewDdeItem
CTDdeItem addNewDdeItem()Appends and returns a new empty value (as xml) as the last "ddeItem" element -
removeDdeItem
void removeDdeItem(int i) Removes the ith "ddeItem" element
-