Interface CTExtensionListModify
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ExtensionListModify(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTExtensionListModify> 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" elementsbooleangetMod()Gets the "mod" attributeinsertNewExt(int i) Inserts and returns a new empty value (as xml) as the ith "ext" elementbooleanisSetMod()True if has "mod" attributevoidremoveExt(int i) Removes the ith "ext" elementvoidsetExtArray(int i, CTExtension ext) Sets ith "ext" elementvoidsetExtArray(CTExtension[] extArray) Sets array of all "ext" elementvoidsetMod(boolean mod) Sets the "mod" attributeintReturns number of "ext" elementvoidunsetMod()Unsets the "mod" attributexgetMod()Gets (as xml) the "mod" attributevoidxsetMod(XmlBoolean mod) Sets (as xml) the "mod" attributeMethods 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<CTExtension> getExtList()Gets a List of "ext" elements -
getExtArray
CTExtension[] 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
CTExtension 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 -
getMod
boolean getMod()Gets the "mod" attribute -
xgetMod
XmlBoolean xgetMod()Gets (as xml) the "mod" attribute -
isSetMod
boolean isSetMod()True if has "mod" attribute -
setMod
void setMod(boolean mod) Sets the "mod" attribute -
xsetMod
Sets (as xml) the "mod" attribute -
unsetMod
void unsetMod()Unsets the "mod" attribute
-