public interface CTAutoCaptions extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTAutoCaptions.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 |
|---|---|
CTAutoCaption |
addNewAutoCaption()
Appends and returns a new empty value (as xml) as the last "autoCaption" element
|
CTAutoCaption[] |
getAutoCaptionArray()
Deprecated.
|
CTAutoCaption |
getAutoCaptionArray(int i)
Gets ith "autoCaption" element
|
List<CTAutoCaption> |
getAutoCaptionList()
Gets a List of "autoCaption" elements
|
CTAutoCaption |
insertNewAutoCaption(int i)
Inserts and returns a new empty value (as xml) as the ith "autoCaption" element
|
void |
removeAutoCaption(int i)
Removes the ith "autoCaption" element
|
void |
setAutoCaptionArray(CTAutoCaption[] autoCaptionArray)
Sets array of all "autoCaption" element
|
void |
setAutoCaptionArray(int i,
CTAutoCaption autoCaption)
Sets ith "autoCaption" element
|
int |
sizeOfAutoCaptionArray()
Returns number of "autoCaption" 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<CTAutoCaption> getAutoCaptionList()
@Deprecated CTAutoCaption[] getAutoCaptionArray()
CTAutoCaption getAutoCaptionArray(int i)
int sizeOfAutoCaptionArray()
void setAutoCaptionArray(CTAutoCaption[] autoCaptionArray)
void setAutoCaptionArray(int i,
CTAutoCaption autoCaption)
CTAutoCaption insertNewAutoCaption(int i)
CTAutoCaption addNewAutoCaption()
void removeAutoCaption(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved