Interface CTDocPartTypes
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTDocPartTypes extends XmlObject
An XML CT_DocPartTypes(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTDocPartTypes>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 CTDocPartTypeaddNewType()Appends and returns a new empty value (as xml) as the last "type" elementjava.lang.ObjectgetAll()Gets the "all" attributeCTDocPartType[]getTypeArray()Gets array of all "type" elementsCTDocPartTypegetTypeArray(int i)Gets ith "type" elementjava.util.List<CTDocPartType>getTypeList()Gets a List of "type" elementsCTDocPartTypeinsertNewType(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" elementvoidsetAll(java.lang.Object all)Sets the "all" attributevoidsetTypeArray(int i, CTDocPartType type)Sets ith "type" elementvoidsetTypeArray(CTDocPartType[] typeArray)Sets array of all "type" elementintsizeOfTypeArray()Returns 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" attribute-
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<CTDocPartTypes> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getTypeList
java.util.List<CTDocPartType> getTypeList()
Gets a List of "type" elements
-
getTypeArray
CTDocPartType[] getTypeArray()
Gets array of all "type" elements
-
getTypeArray
CTDocPartType getTypeArray(int i)
Gets ith "type" element
-
sizeOfTypeArray
int sizeOfTypeArray()
Returns number of "type" element
-
setTypeArray
void setTypeArray(CTDocPartType[] typeArray)
Sets array of all "type" element
-
setTypeArray
void setTypeArray(int i, CTDocPartType type)Sets ith "type" element
-
insertNewType
CTDocPartType insertNewType(int i)
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
java.lang.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
void setAll(java.lang.Object all)
Sets the "all" attribute
-
xsetAll
void xsetAll(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STOnOff all)
Sets (as xml) the "all" attribute
-
unsetAll
void unsetAll()
Unsets the "all" attribute
-
-