Interface CTTLBehaviorAttributeNameList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLBehaviorAttributeNameList(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLBehaviorAttributeNameList> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttrName(String attrName) Appends the value as the last "attrName" elementAppends and returns a new empty value (as xml) as the last "attrName" elementString[]Gets array of all "attrName" elementsgetAttrNameArray(int i) Gets ith "attrName" elementGets a List of "attrName" elementsvoidinsertAttrName(int i, String attrName) Inserts the value as the ith "attrName" elementinsertNewAttrName(int i) Inserts and returns a new empty value (as xml) as the ith "attrName" elementvoidremoveAttrName(int i) Removes the ith "attrName" elementvoidsetAttrNameArray(int i, String attrName) Sets ith "attrName" elementvoidsetAttrNameArray(String[] attrNameArray) Sets array of all "attrName" elementintReturns number of "attrName" elementGets (as xml) array of all "attrName" elementsxgetAttrNameArray(int i) Gets (as xml) ith "attrName" elementGets (as xml) a List of "attrName" elementsvoidxsetAttrNameArray(int i, XmlString attrName) Sets (as xml) ith "attrName" elementvoidxsetAttrNameArray(XmlString[] attrNameArray) Sets (as xml) array of all "attrName" 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
-
getAttrNameList
Gets a List of "attrName" elements -
getAttrNameArray
String[] getAttrNameArray()Gets array of all "attrName" elements -
getAttrNameArray
Gets ith "attrName" element -
xgetAttrNameList
Gets (as xml) a List of "attrName" elements -
xgetAttrNameArray
XmlString[] xgetAttrNameArray()Gets (as xml) array of all "attrName" elements -
xgetAttrNameArray
Gets (as xml) ith "attrName" element -
sizeOfAttrNameArray
int sizeOfAttrNameArray()Returns number of "attrName" element -
setAttrNameArray
Sets array of all "attrName" element -
setAttrNameArray
Sets ith "attrName" element -
xsetAttrNameArray
Sets (as xml) array of all "attrName" element -
xsetAttrNameArray
Sets (as xml) ith "attrName" element -
insertAttrName
Inserts the value as the ith "attrName" element -
addAttrName
Appends the value as the last "attrName" element -
insertNewAttrName
Inserts and returns a new empty value (as xml) as the ith "attrName" element -
addNewAttrName
XmlString addNewAttrName()Appends and returns a new empty value (as xml) as the last "attrName" element -
removeAttrName
void removeAttrName(int i) Removes the ith "attrName" element
-