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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTDocPartTypes.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTDocPartTypeaddNewType()Appends and returns a new empty value (as xml) as the last "type" elementSTOnOff.EnumgetAll()Gets the "all" attributeCTDocPartType[]getTypeArray()Deprecated.CTDocPartTypegetTypeArray(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(STOnOff.Enum 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" attributeSTOnOffxgetAll()Gets (as xml) the "all" attributevoidxsetAll(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTypeList
java.util.List<CTDocPartType> getTypeList()
Gets a List of "type" elements
-
getTypeArray
@Deprecated CTDocPartType[] getTypeArray()
Deprecated.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
STOnOff.Enum getAll()
Gets the "all" attribute
-
xgetAll
STOnOff xgetAll()
Gets (as xml) the "all" attribute
-
isSetAll
boolean isSetAll()
True if has "all" attribute
-
setAll
void setAll(STOnOff.Enum all)
Sets the "all" attribute
-
xsetAll
void xsetAll(STOnOff all)
Sets (as xml) the "all" attribute
-
unsetAll
void unsetAll()
Unsets the "all" attribute
-
-