Interface CTTagList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TagList(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields 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 "tag" elementGets array of all "tag" elementsgetTagArray(int i) Gets ith "tag" elementGets a List of "tag" elementsinsertNewTag(int i) Inserts and returns a new empty value (as xml) as the ith "tag" elementvoidremoveTag(int i) Removes the ith "tag" elementvoidsetTagArray(int i, CTStringTag tag) Sets ith "tag" elementvoidsetTagArray(CTStringTag[] tagArray) Sets array of all "tag" elementintReturns number of "tag" 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
-
getTagList
List<CTStringTag> getTagList()Gets a List of "tag" elements -
getTagArray
CTStringTag[] getTagArray()Gets array of all "tag" elements -
getTagArray
Gets ith "tag" element -
sizeOfTagArray
int sizeOfTagArray()Returns number of "tag" element -
setTagArray
Sets array of all "tag" element -
setTagArray
Sets ith "tag" element -
insertNewTag
Inserts and returns a new empty value (as xml) as the ith "tag" element -
addNewTag
CTStringTag addNewTag()Appends and returns a new empty value (as xml) as the last "tag" element -
removeTag
void removeTag(int i) Removes the ith "tag" element
-