Interface CTDocPartPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDocPartPr extends XmlObject
An XML CT_DocPartPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDocPartPr.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTDocPartBehaviors
addNewBehaviors()
Appends and returns a new empty value (as xml) as the last "behaviors" elementCTDocPartCategory
addNewCategory()
Appends and returns a new empty value (as xml) as the last "category" elementCTString
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" elementCTGuid
addNewGuid()
Appends and returns a new empty value (as xml) as the last "guid" elementCTDocPartName
addNewName()
Appends and returns a new empty value (as xml) as the last "name" elementCTString
addNewStyle()
Appends and returns a new empty value (as xml) as the last "style" elementCTDocPartTypes
addNewTypes()
Appends and returns a new empty value (as xml) as the last "types" elementCTDocPartBehaviors[]
getBehaviorsArray()
Deprecated.CTDocPartBehaviors
getBehaviorsArray(int i)
Gets ith "behaviors" elementjava.util.List<CTDocPartBehaviors>
getBehaviorsList()
Gets a List of "behaviors" elementsCTDocPartCategory[]
getCategoryArray()
Deprecated.CTDocPartCategory
getCategoryArray(int i)
Gets ith "category" elementjava.util.List<CTDocPartCategory>
getCategoryList()
Gets a List of "category" elementsCTString[]
getDescriptionArray()
Deprecated.CTString
getDescriptionArray(int i)
Gets ith "description" elementjava.util.List<CTString>
getDescriptionList()
Gets a List of "description" elementsCTGuid[]
getGuidArray()
Deprecated.CTGuid
getGuidArray(int i)
Gets ith "guid" elementjava.util.List<CTGuid>
getGuidList()
Gets a List of "guid" elementsCTDocPartName[]
getNameArray()
Deprecated.CTDocPartName
getNameArray(int i)
Gets ith "name" elementjava.util.List<CTDocPartName>
getNameList()
Gets a List of "name" elementsCTString[]
getStyleArray()
Deprecated.CTString
getStyleArray(int i)
Gets ith "style" elementjava.util.List<CTString>
getStyleList()
Gets a List of "style" elementsCTDocPartTypes[]
getTypesArray()
Deprecated.CTDocPartTypes
getTypesArray(int i)
Gets ith "types" elementjava.util.List<CTDocPartTypes>
getTypesList()
Gets a List of "types" elementsCTDocPartBehaviors
insertNewBehaviors(int i)
Inserts and returns a new empty value (as xml) as the ith "behaviors" elementCTDocPartCategory
insertNewCategory(int i)
Inserts and returns a new empty value (as xml) as the ith "category" elementCTString
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" elementCTGuid
insertNewGuid(int i)
Inserts and returns a new empty value (as xml) as the ith "guid" elementCTDocPartName
insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" elementCTString
insertNewStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "style" elementCTDocPartTypes
insertNewTypes(int i)
Inserts and returns a new empty value (as xml) as the ith "types" elementvoid
removeBehaviors(int i)
Removes the ith "behaviors" elementvoid
removeCategory(int i)
Removes the ith "category" elementvoid
removeDescription(int i)
Removes the ith "description" elementvoid
removeGuid(int i)
Removes the ith "guid" elementvoid
removeName(int i)
Removes the ith "name" elementvoid
removeStyle(int i)
Removes the ith "style" elementvoid
removeTypes(int i)
Removes the ith "types" elementvoid
setBehaviorsArray(int i, CTDocPartBehaviors behaviors)
Sets ith "behaviors" elementvoid
setBehaviorsArray(CTDocPartBehaviors[] behaviorsArray)
Sets array of all "behaviors" elementvoid
setCategoryArray(int i, CTDocPartCategory category)
Sets ith "category" elementvoid
setCategoryArray(CTDocPartCategory[] categoryArray)
Sets array of all "category" elementvoid
setDescriptionArray(int i, CTString description)
Sets ith "description" elementvoid
setDescriptionArray(CTString[] descriptionArray)
Sets array of all "description" elementvoid
setGuidArray(int i, CTGuid guid)
Sets ith "guid" elementvoid
setGuidArray(CTGuid[] guidArray)
Sets array of all "guid" elementvoid
setNameArray(int i, CTDocPartName name)
Sets ith "name" elementvoid
setNameArray(CTDocPartName[] nameArray)
Sets array of all "name" elementvoid
setStyleArray(int i, CTString style)
Sets ith "style" elementvoid
setStyleArray(CTString[] styleArray)
Sets array of all "style" elementvoid
setTypesArray(int i, CTDocPartTypes types)
Sets ith "types" elementvoid
setTypesArray(CTDocPartTypes[] typesArray)
Sets array of all "types" elementint
sizeOfBehaviorsArray()
Returns number of "behaviors" elementint
sizeOfCategoryArray()
Returns number of "category" elementint
sizeOfDescriptionArray()
Returns number of "description" elementint
sizeOfGuidArray()
Returns number of "guid" elementint
sizeOfNameArray()
Returns number of "name" elementint
sizeOfStyleArray()
Returns number of "style" elementint
sizeOfTypesArray()
Returns number of "types" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getNameList
java.util.List<CTDocPartName> getNameList()
Gets a List of "name" elements
-
getNameArray
@Deprecated CTDocPartName[] getNameArray()
Deprecated.Gets array of all "name" elements
-
getNameArray
CTDocPartName getNameArray(int i)
Gets ith "name" element
-
sizeOfNameArray
int sizeOfNameArray()
Returns number of "name" element
-
setNameArray
void setNameArray(CTDocPartName[] nameArray)
Sets array of all "name" element
-
setNameArray
void setNameArray(int i, CTDocPartName name)
Sets ith "name" element
-
insertNewName
CTDocPartName insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element
-
addNewName
CTDocPartName addNewName()
Appends and returns a new empty value (as xml) as the last "name" element
-
removeName
void removeName(int i)
Removes the ith "name" element
-
getStyleList
java.util.List<CTString> getStyleList()
Gets a List of "style" elements
-
getStyleArray
@Deprecated CTString[] getStyleArray()
Deprecated.Gets array of all "style" elements
-
getStyleArray
CTString getStyleArray(int i)
Gets ith "style" element
-
sizeOfStyleArray
int sizeOfStyleArray()
Returns number of "style" element
-
setStyleArray
void setStyleArray(CTString[] styleArray)
Sets array of all "style" element
-
setStyleArray
void setStyleArray(int i, CTString style)
Sets ith "style" element
-
insertNewStyle
CTString insertNewStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "style" element
-
addNewStyle
CTString addNewStyle()
Appends and returns a new empty value (as xml) as the last "style" element
-
removeStyle
void removeStyle(int i)
Removes the ith "style" element
-
getCategoryList
java.util.List<CTDocPartCategory> getCategoryList()
Gets a List of "category" elements
-
getCategoryArray
@Deprecated CTDocPartCategory[] getCategoryArray()
Deprecated.Gets array of all "category" elements
-
getCategoryArray
CTDocPartCategory getCategoryArray(int i)
Gets ith "category" element
-
sizeOfCategoryArray
int sizeOfCategoryArray()
Returns number of "category" element
-
setCategoryArray
void setCategoryArray(CTDocPartCategory[] categoryArray)
Sets array of all "category" element
-
setCategoryArray
void setCategoryArray(int i, CTDocPartCategory category)
Sets ith "category" element
-
insertNewCategory
CTDocPartCategory insertNewCategory(int i)
Inserts and returns a new empty value (as xml) as the ith "category" element
-
addNewCategory
CTDocPartCategory addNewCategory()
Appends and returns a new empty value (as xml) as the last "category" element
-
removeCategory
void removeCategory(int i)
Removes the ith "category" element
-
getTypesList
java.util.List<CTDocPartTypes> getTypesList()
Gets a List of "types" elements
-
getTypesArray
@Deprecated CTDocPartTypes[] getTypesArray()
Deprecated.Gets array of all "types" elements
-
getTypesArray
CTDocPartTypes getTypesArray(int i)
Gets ith "types" element
-
sizeOfTypesArray
int sizeOfTypesArray()
Returns number of "types" element
-
setTypesArray
void setTypesArray(CTDocPartTypes[] typesArray)
Sets array of all "types" element
-
setTypesArray
void setTypesArray(int i, CTDocPartTypes types)
Sets ith "types" element
-
insertNewTypes
CTDocPartTypes insertNewTypes(int i)
Inserts and returns a new empty value (as xml) as the ith "types" element
-
addNewTypes
CTDocPartTypes addNewTypes()
Appends and returns a new empty value (as xml) as the last "types" element
-
removeTypes
void removeTypes(int i)
Removes the ith "types" element
-
getBehaviorsList
java.util.List<CTDocPartBehaviors> getBehaviorsList()
Gets a List of "behaviors" elements
-
getBehaviorsArray
@Deprecated CTDocPartBehaviors[] getBehaviorsArray()
Deprecated.Gets array of all "behaviors" elements
-
getBehaviorsArray
CTDocPartBehaviors getBehaviorsArray(int i)
Gets ith "behaviors" element
-
sizeOfBehaviorsArray
int sizeOfBehaviorsArray()
Returns number of "behaviors" element
-
setBehaviorsArray
void setBehaviorsArray(CTDocPartBehaviors[] behaviorsArray)
Sets array of all "behaviors" element
-
setBehaviorsArray
void setBehaviorsArray(int i, CTDocPartBehaviors behaviors)
Sets ith "behaviors" element
-
insertNewBehaviors
CTDocPartBehaviors insertNewBehaviors(int i)
Inserts and returns a new empty value (as xml) as the ith "behaviors" element
-
addNewBehaviors
CTDocPartBehaviors addNewBehaviors()
Appends and returns a new empty value (as xml) as the last "behaviors" element
-
removeBehaviors
void removeBehaviors(int i)
Removes the ith "behaviors" element
-
getDescriptionList
java.util.List<CTString> getDescriptionList()
Gets a List of "description" elements
-
getDescriptionArray
@Deprecated CTString[] getDescriptionArray()
Deprecated.Gets array of all "description" elements
-
getDescriptionArray
CTString getDescriptionArray(int i)
Gets ith "description" element
-
sizeOfDescriptionArray
int sizeOfDescriptionArray()
Returns number of "description" element
-
setDescriptionArray
void setDescriptionArray(CTString[] descriptionArray)
Sets array of all "description" element
-
setDescriptionArray
void setDescriptionArray(int i, CTString description)
Sets ith "description" element
-
insertNewDescription
CTString insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element
-
addNewDescription
CTString addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element
-
removeDescription
void removeDescription(int i)
Removes the ith "description" element
-
getGuidList
java.util.List<CTGuid> getGuidList()
Gets a List of "guid" elements
-
getGuidArray
@Deprecated CTGuid[] getGuidArray()
Deprecated.Gets array of all "guid" elements
-
getGuidArray
CTGuid getGuidArray(int i)
Gets ith "guid" element
-
sizeOfGuidArray
int sizeOfGuidArray()
Returns number of "guid" element
-
setGuidArray
void setGuidArray(CTGuid[] guidArray)
Sets array of all "guid" element
-
setGuidArray
void setGuidArray(int i, CTGuid guid)
Sets ith "guid" element
-
insertNewGuid
CTGuid insertNewGuid(int i)
Inserts and returns a new empty value (as xml) as the ith "guid" element
-
addNewGuid
CTGuid addNewGuid()
Appends and returns a new empty value (as xml) as the last "guid" element
-
removeGuid
void removeGuid(int i)
Removes the ith "guid" element
-
-