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 classCTDocPartPr.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 CTDocPartBehaviorsaddNewBehaviors()Appends and returns a new empty value (as xml) as the last "behaviors" elementCTDocPartCategoryaddNewCategory()Appends and returns a new empty value (as xml) as the last "category" elementCTStringaddNewDescription()Appends and returns a new empty value (as xml) as the last "description" elementCTGuidaddNewGuid()Appends and returns a new empty value (as xml) as the last "guid" elementCTDocPartNameaddNewName()Appends and returns a new empty value (as xml) as the last "name" elementCTStringaddNewStyle()Appends and returns a new empty value (as xml) as the last "style" elementCTDocPartTypesaddNewTypes()Appends and returns a new empty value (as xml) as the last "types" elementCTDocPartBehaviors[]getBehaviorsArray()Deprecated.CTDocPartBehaviorsgetBehaviorsArray(int i)Gets ith "behaviors" elementjava.util.List<CTDocPartBehaviors>getBehaviorsList()Gets a List of "behaviors" elementsCTDocPartCategory[]getCategoryArray()Deprecated.CTDocPartCategorygetCategoryArray(int i)Gets ith "category" elementjava.util.List<CTDocPartCategory>getCategoryList()Gets a List of "category" elementsCTString[]getDescriptionArray()Deprecated.CTStringgetDescriptionArray(int i)Gets ith "description" elementjava.util.List<CTString>getDescriptionList()Gets a List of "description" elementsCTGuid[]getGuidArray()Deprecated.CTGuidgetGuidArray(int i)Gets ith "guid" elementjava.util.List<CTGuid>getGuidList()Gets a List of "guid" elementsCTDocPartName[]getNameArray()Deprecated.CTDocPartNamegetNameArray(int i)Gets ith "name" elementjava.util.List<CTDocPartName>getNameList()Gets a List of "name" elementsCTString[]getStyleArray()Deprecated.CTStringgetStyleArray(int i)Gets ith "style" elementjava.util.List<CTString>getStyleList()Gets a List of "style" elementsCTDocPartTypes[]getTypesArray()Deprecated.CTDocPartTypesgetTypesArray(int i)Gets ith "types" elementjava.util.List<CTDocPartTypes>getTypesList()Gets a List of "types" elementsCTDocPartBehaviorsinsertNewBehaviors(int i)Inserts and returns a new empty value (as xml) as the ith "behaviors" elementCTDocPartCategoryinsertNewCategory(int i)Inserts and returns a new empty value (as xml) as the ith "category" elementCTStringinsertNewDescription(int i)Inserts and returns a new empty value (as xml) as the ith "description" elementCTGuidinsertNewGuid(int i)Inserts and returns a new empty value (as xml) as the ith "guid" elementCTDocPartNameinsertNewName(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementCTStringinsertNewStyle(int i)Inserts and returns a new empty value (as xml) as the ith "style" elementCTDocPartTypesinsertNewTypes(int i)Inserts and returns a new empty value (as xml) as the ith "types" elementvoidremoveBehaviors(int i)Removes the ith "behaviors" elementvoidremoveCategory(int i)Removes the ith "category" elementvoidremoveDescription(int i)Removes the ith "description" elementvoidremoveGuid(int i)Removes the ith "guid" elementvoidremoveName(int i)Removes the ith "name" elementvoidremoveStyle(int i)Removes the ith "style" elementvoidremoveTypes(int i)Removes the ith "types" elementvoidsetBehaviorsArray(int i, CTDocPartBehaviors behaviors)Sets ith "behaviors" elementvoidsetBehaviorsArray(CTDocPartBehaviors[] behaviorsArray)Sets array of all "behaviors" elementvoidsetCategoryArray(int i, CTDocPartCategory category)Sets ith "category" elementvoidsetCategoryArray(CTDocPartCategory[] categoryArray)Sets array of all "category" elementvoidsetDescriptionArray(int i, CTString description)Sets ith "description" elementvoidsetDescriptionArray(CTString[] descriptionArray)Sets array of all "description" elementvoidsetGuidArray(int i, CTGuid guid)Sets ith "guid" elementvoidsetGuidArray(CTGuid[] guidArray)Sets array of all "guid" elementvoidsetNameArray(int i, CTDocPartName name)Sets ith "name" elementvoidsetNameArray(CTDocPartName[] nameArray)Sets array of all "name" elementvoidsetStyleArray(int i, CTString style)Sets ith "style" elementvoidsetStyleArray(CTString[] styleArray)Sets array of all "style" elementvoidsetTypesArray(int i, CTDocPartTypes types)Sets ith "types" elementvoidsetTypesArray(CTDocPartTypes[] typesArray)Sets array of all "types" elementintsizeOfBehaviorsArray()Returns number of "behaviors" elementintsizeOfCategoryArray()Returns number of "category" elementintsizeOfDescriptionArray()Returns number of "description" elementintsizeOfGuidArray()Returns number of "guid" elementintsizeOfNameArray()Returns number of "name" elementintsizeOfStyleArray()Returns number of "style" elementintsizeOfTypesArray()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
-
-