public interface CTTLTimeAnimateValueList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTTLTimeAnimateValueList.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 |
|---|---|
CTTLTimeAnimateValue |
addNewTav()
Appends and returns a new empty value (as xml) as the last "tav" element
|
CTTLTimeAnimateValue[] |
getTavArray()
Deprecated.
|
CTTLTimeAnimateValue |
getTavArray(int i)
Gets ith "tav" element
|
List<CTTLTimeAnimateValue> |
getTavList()
Gets a List of "tav" elements
|
CTTLTimeAnimateValue |
insertNewTav(int i)
Inserts and returns a new empty value (as xml) as the ith "tav" element
|
void |
removeTav(int i)
Removes the ith "tav" element
|
void |
setTavArray(CTTLTimeAnimateValue[] tavArray)
Sets array of all "tav" element
|
void |
setTavArray(int i,
CTTLTimeAnimateValue tav)
Sets ith "tav" element
|
int |
sizeOfTavArray()
Returns number of "tav" 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<CTTLTimeAnimateValue> getTavList()
@Deprecated CTTLTimeAnimateValue[] getTavArray()
CTTLTimeAnimateValue getTavArray(int i)
int sizeOfTavArray()
void setTavArray(CTTLTimeAnimateValue[] tavArray)
void setTavArray(int i,
CTTLTimeAnimateValue tav)
CTTLTimeAnimateValue insertNewTav(int i)
CTTLTimeAnimateValue addNewTav()
void removeTav(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved