Interface CTDocPartBehaviors
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDocPartBehaviors extends XmlObject
An XML CT_DocPartBehaviors(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTDocPartBehaviors>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTDocPartBehavioraddNewBehavior()Appends and returns a new empty value (as xml) as the last "behavior" elementCTDocPartBehavior[]getBehaviorArray()Gets array of all "behavior" elementsCTDocPartBehaviorgetBehaviorArray(int i)Gets ith "behavior" elementjava.util.List<CTDocPartBehavior>getBehaviorList()Gets a List of "behavior" elementsCTDocPartBehaviorinsertNewBehavior(int i)Inserts and returns a new empty value (as xml) as the ith "behavior" elementvoidremoveBehavior(int i)Removes the ith "behavior" elementvoidsetBehaviorArray(int i, CTDocPartBehavior behavior)Sets ith "behavior" elementvoidsetBehaviorArray(CTDocPartBehavior[] behaviorArray)Sets array of all "behavior" elementintsizeOfBehaviorArray()Returns number of "behavior" element-
Methods 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, valueHashCode
-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTDocPartBehaviors> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getBehaviorList
java.util.List<CTDocPartBehavior> getBehaviorList()
Gets a List of "behavior" elements
-
getBehaviorArray
CTDocPartBehavior[] getBehaviorArray()
Gets array of all "behavior" elements
-
getBehaviorArray
CTDocPartBehavior getBehaviorArray(int i)
Gets ith "behavior" element
-
sizeOfBehaviorArray
int sizeOfBehaviorArray()
Returns number of "behavior" element
-
setBehaviorArray
void setBehaviorArray(CTDocPartBehavior[] behaviorArray)
Sets array of all "behavior" element
-
setBehaviorArray
void setBehaviorArray(int i, CTDocPartBehavior behavior)Sets ith "behavior" element
-
insertNewBehavior
CTDocPartBehavior insertNewBehavior(int i)
Inserts and returns a new empty value (as xml) as the ith "behavior" element
-
addNewBehavior
CTDocPartBehavior addNewBehavior()
Appends and returns a new empty value (as xml) as the last "behavior" element
-
removeBehavior
void removeBehavior(int i)
Removes the ith "behavior" element
-
-