Interface CTDocPartTypes
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DocPartTypes(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDocPartTypes> 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 "type" elementgetAll()Gets the "all" attributeGets array of all "type" elementsgetTypeArray(int i) Gets ith "type" elementGets a List of "type" elementsinsertNewType(int i) Inserts and returns a new empty value (as xml) as the ith "type" elementbooleanisSetAll()True if has "all" attributevoidremoveType(int i) Removes the ith "type" elementvoidSets the "all" attributevoidsetTypeArray(int i, CTDocPartType type) Sets ith "type" elementvoidsetTypeArray(CTDocPartType[] typeArray) Sets array of all "type" elementintReturns number of "type" elementvoidunsetAll()Unsets the "all" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOffxgetAll()Gets (as xml) the "all" attributevoidxsetAll(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff all) Sets (as xml) the "all" attributeMethods 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
-
getTypeList
List<CTDocPartType> getTypeList()Gets a List of "type" elements -
getTypeArray
CTDocPartType[] getTypeArray()Gets array of all "type" elements -
getTypeArray
Gets ith "type" element -
sizeOfTypeArray
int sizeOfTypeArray()Returns number of "type" element -
setTypeArray
Sets array of all "type" element -
setTypeArray
Sets ith "type" element -
insertNewType
Inserts and returns a new empty value (as xml) as the ith "type" element -
addNewType
CTDocPartType addNewType()Appends and returns a new empty value (as xml) as the last "type" element -
removeType
void removeType(int i) Removes the ith "type" element -
getAll
Object getAll()Gets the "all" attribute -
xgetAll
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff xgetAll()Gets (as xml) the "all" attribute -
isSetAll
boolean isSetAll()True if has "all" attribute -
setAll
Sets the "all" attribute -
unsetAll
void unsetAll()Unsets the "all" attribute
-