public interface CTTagList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTTagList.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 |
|---|---|
CTStringTag |
addNewTag()
Appends and returns a new empty value (as xml) as the last "tag" element
|
CTStringTag[] |
getTagArray()
Deprecated.
|
CTStringTag |
getTagArray(int i)
Gets ith "tag" element
|
List<CTStringTag> |
getTagList()
Gets a List of "tag" elements
|
CTStringTag |
insertNewTag(int i)
Inserts and returns a new empty value (as xml) as the ith "tag" element
|
void |
removeTag(int i)
Removes the ith "tag" element
|
void |
setTagArray(CTStringTag[] tagArray)
Sets array of all "tag" element
|
void |
setTagArray(int i,
CTStringTag tag)
Sets ith "tag" element
|
int |
sizeOfTagArray()
Returns number of "tag" 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<CTStringTag> getTagList()
@Deprecated CTStringTag[] getTagArray()
CTStringTag getTagArray(int i)
int sizeOfTagArray()
void setTagArray(CTStringTag[] tagArray)
void setTagArray(int i,
CTStringTag tag)
CTStringTag insertNewTag(int i)
CTStringTag addNewTag()
void removeTag(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved