Interface CTOfficeArtExtensionList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_OfficeArtExtensionList(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTOfficeArtExtensionList> static final SchemaTypeFields 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 "ext" elementGets array of all "ext" elementsgetExtArray(int i) Gets ith "ext" elementGets a List of "ext" elementsinsertNewExt(int i) Inserts and returns a new empty value (as xml) as the ith "ext" elementvoidremoveExt(int i) Removes the ith "ext" elementvoidsetExtArray(int i, CTOfficeArtExtension ext) Sets ith "ext" elementvoidsetExtArray(CTOfficeArtExtension[] extArray) Sets array of all "ext" elementintReturns number of "ext" 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, valueHashCodeMethods 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
-
getExtList
List<CTOfficeArtExtension> getExtList()Gets a List of "ext" elements -
getExtArray
CTOfficeArtExtension[] getExtArray()Gets array of all "ext" elements -
getExtArray
Gets ith "ext" element -
sizeOfExtArray
int sizeOfExtArray()Returns number of "ext" element -
setExtArray
Sets array of all "ext" element -
setExtArray
Sets ith "ext" element -
insertNewExt
Inserts and returns a new empty value (as xml) as the ith "ext" element -
addNewExt
CTOfficeArtExtension addNewExt()Appends and returns a new empty value (as xml) as the last "ext" element -
removeExt
void removeExt(int i) Removes the ith "ext" element
-