public interface CTSmartTagTypes extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTSmartTagTypes.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 |
|---|---|
CTSmartTagType |
addNewSmartTagType()
Appends and returns a new empty value (as xml) as the last "smartTagType" element
|
CTSmartTagType[] |
getSmartTagTypeArray()
Deprecated.
|
CTSmartTagType |
getSmartTagTypeArray(int i)
Gets ith "smartTagType" element
|
List<CTSmartTagType> |
getSmartTagTypeList()
Gets a List of "smartTagType" elements
|
CTSmartTagType |
insertNewSmartTagType(int i)
Inserts and returns a new empty value (as xml) as the ith "smartTagType" element
|
void |
removeSmartTagType(int i)
Removes the ith "smartTagType" element
|
void |
setSmartTagTypeArray(CTSmartTagType[] smartTagTypeArray)
Sets array of all "smartTagType" element
|
void |
setSmartTagTypeArray(int i,
CTSmartTagType smartTagType)
Sets ith "smartTagType" element
|
int |
sizeOfSmartTagTypeArray()
Returns number of "smartTagType" 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<CTSmartTagType> getSmartTagTypeList()
@Deprecated CTSmartTagType[] getSmartTagTypeArray()
CTSmartTagType getSmartTagTypeArray(int i)
int sizeOfSmartTagTypeArray()
void setSmartTagTypeArray(CTSmartTagType[] smartTagTypeArray)
void setSmartTagTypeArray(int i,
CTSmartTagType smartTagType)
CTSmartTagType insertNewSmartTagType(int i)
CTSmartTagType addNewSmartTagType()
void removeSmartTagType(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved