Interface CTAutoCaptions
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_AutoCaptions(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTAutoCaptions> static final SchemaTypeFields 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 "autoCaption" elementGets array of all "autoCaption" elementsgetAutoCaptionArray(int i) Gets ith "autoCaption" elementGets a List of "autoCaption" elementsinsertNewAutoCaption(int i) Inserts and returns a new empty value (as xml) as the ith "autoCaption" elementvoidremoveAutoCaption(int i) Removes the ith "autoCaption" elementvoidsetAutoCaptionArray(int i, CTAutoCaption autoCaption) Sets ith "autoCaption" elementvoidsetAutoCaptionArray(CTAutoCaption[] autoCaptionArray) Sets array of all "autoCaption" elementintReturns number of "autoCaption" 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
-
getAutoCaptionList
List<CTAutoCaption> getAutoCaptionList()Gets a List of "autoCaption" elements -
getAutoCaptionArray
CTAutoCaption[] getAutoCaptionArray()Gets array of all "autoCaption" elements -
getAutoCaptionArray
Gets ith "autoCaption" element -
sizeOfAutoCaptionArray
int sizeOfAutoCaptionArray()Returns number of "autoCaption" element -
setAutoCaptionArray
Sets array of all "autoCaption" element -
setAutoCaptionArray
Sets ith "autoCaption" element -
insertNewAutoCaption
Inserts and returns a new empty value (as xml) as the ith "autoCaption" element -
addNewAutoCaption
CTAutoCaption addNewAutoCaption()Appends and returns a new empty value (as xml) as the last "autoCaption" element -
removeAutoCaption
void removeAutoCaption(int i) Removes the ith "autoCaption" element
-