public interface CTDocPartPr extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTDocPartPr.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTDocPartBehaviors |
addNewBehaviors()
Appends and returns a new empty value (as xml) as the last "behaviors" element
|
CTDocPartCategory |
addNewCategory()
Appends and returns a new empty value (as xml) as the last "category" element
|
CTString |
addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element
|
CTGuid |
addNewGuid()
Appends and returns a new empty value (as xml) as the last "guid" element
|
CTDocPartName |
addNewName()
Appends and returns a new empty value (as xml) as the last "name" element
|
CTString |
addNewStyle()
Appends and returns a new empty value (as xml) as the last "style" element
|
CTDocPartTypes |
addNewTypes()
Appends and returns a new empty value (as xml) as the last "types" element
|
CTDocPartBehaviors[] |
getBehaviorsArray()
Deprecated.
|
CTDocPartBehaviors |
getBehaviorsArray(int i)
Gets ith "behaviors" element
|
List<CTDocPartBehaviors> |
getBehaviorsList()
Gets a List of "behaviors" elements
|
CTDocPartCategory[] |
getCategoryArray()
Deprecated.
|
CTDocPartCategory |
getCategoryArray(int i)
Gets ith "category" element
|
List<CTDocPartCategory> |
getCategoryList()
Gets a List of "category" elements
|
CTString[] |
getDescriptionArray()
Deprecated.
|
CTString |
getDescriptionArray(int i)
Gets ith "description" element
|
List<CTString> |
getDescriptionList()
Gets a List of "description" elements
|
CTGuid[] |
getGuidArray()
Deprecated.
|
CTGuid |
getGuidArray(int i)
Gets ith "guid" element
|
List<CTGuid> |
getGuidList()
Gets a List of "guid" elements
|
CTDocPartName[] |
getNameArray()
Deprecated.
|
CTDocPartName |
getNameArray(int i)
Gets ith "name" element
|
List<CTDocPartName> |
getNameList()
Gets a List of "name" elements
|
CTString[] |
getStyleArray()
Deprecated.
|
CTString |
getStyleArray(int i)
Gets ith "style" element
|
List<CTString> |
getStyleList()
Gets a List of "style" elements
|
CTDocPartTypes[] |
getTypesArray()
Deprecated.
|
CTDocPartTypes |
getTypesArray(int i)
Gets ith "types" element
|
List<CTDocPartTypes> |
getTypesList()
Gets a List of "types" elements
|
CTDocPartBehaviors |
insertNewBehaviors(int i)
Inserts and returns a new empty value (as xml) as the ith "behaviors" element
|
CTDocPartCategory |
insertNewCategory(int i)
Inserts and returns a new empty value (as xml) as the ith "category" element
|
CTString |
insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element
|
CTGuid |
insertNewGuid(int i)
Inserts and returns a new empty value (as xml) as the ith "guid" element
|
CTDocPartName |
insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element
|
CTString |
insertNewStyle(int i)
Inserts and returns a new empty value (as xml) as the ith "style" element
|
CTDocPartTypes |
insertNewTypes(int i)
Inserts and returns a new empty value (as xml) as the ith "types" element
|
void |
removeBehaviors(int i)
Removes the ith "behaviors" element
|
void |
removeCategory(int i)
Removes the ith "category" element
|
void |
removeDescription(int i)
Removes the ith "description" element
|
void |
removeGuid(int i)
Removes the ith "guid" element
|
void |
removeName(int i)
Removes the ith "name" element
|
void |
removeStyle(int i)
Removes the ith "style" element
|
void |
removeTypes(int i)
Removes the ith "types" element
|
void |
setBehaviorsArray(CTDocPartBehaviors[] behaviorsArray)
Sets array of all "behaviors" element
|
void |
setBehaviorsArray(int i,
CTDocPartBehaviors behaviors)
Sets ith "behaviors" element
|
void |
setCategoryArray(CTDocPartCategory[] categoryArray)
Sets array of all "category" element
|
void |
setCategoryArray(int i,
CTDocPartCategory category)
Sets ith "category" element
|
void |
setDescriptionArray(CTString[] descriptionArray)
Sets array of all "description" element
|
void |
setDescriptionArray(int i,
CTString description)
Sets ith "description" element
|
void |
setGuidArray(CTGuid[] guidArray)
Sets array of all "guid" element
|
void |
setGuidArray(int i,
CTGuid guid)
Sets ith "guid" element
|
void |
setNameArray(CTDocPartName[] nameArray)
Sets array of all "name" element
|
void |
setNameArray(int i,
CTDocPartName name)
Sets ith "name" element
|
void |
setStyleArray(CTString[] styleArray)
Sets array of all "style" element
|
void |
setStyleArray(int i,
CTString style)
Sets ith "style" element
|
void |
setTypesArray(CTDocPartTypes[] typesArray)
Sets array of all "types" element
|
void |
setTypesArray(int i,
CTDocPartTypes types)
Sets ith "types" element
|
int |
sizeOfBehaviorsArray()
Returns number of "behaviors" element
|
int |
sizeOfCategoryArray()
Returns number of "category" element
|
int |
sizeOfDescriptionArray()
Returns number of "description" element
|
int |
sizeOfGuidArray()
Returns number of "guid" element
|
int |
sizeOfNameArray()
Returns number of "name" element
|
int |
sizeOfStyleArray()
Returns number of "style" element
|
int |
sizeOfTypesArray()
Returns number of "types" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTDocPartName> getNameList()
@Deprecated CTDocPartName[] getNameArray()
CTDocPartName getNameArray(int i)
int sizeOfNameArray()
void setNameArray(CTDocPartName[] nameArray)
void setNameArray(int i,
CTDocPartName name)
CTDocPartName insertNewName(int i)
CTDocPartName addNewName()
void removeName(int i)
@Deprecated CTString[] getStyleArray()
CTString getStyleArray(int i)
int sizeOfStyleArray()
void setStyleArray(CTString[] styleArray)
void setStyleArray(int i,
CTString style)
CTString insertNewStyle(int i)
CTString addNewStyle()
void removeStyle(int i)
List<CTDocPartCategory> getCategoryList()
@Deprecated CTDocPartCategory[] getCategoryArray()
CTDocPartCategory getCategoryArray(int i)
int sizeOfCategoryArray()
void setCategoryArray(CTDocPartCategory[] categoryArray)
void setCategoryArray(int i,
CTDocPartCategory category)
CTDocPartCategory insertNewCategory(int i)
CTDocPartCategory addNewCategory()
void removeCategory(int i)
List<CTDocPartTypes> getTypesList()
@Deprecated CTDocPartTypes[] getTypesArray()
CTDocPartTypes getTypesArray(int i)
int sizeOfTypesArray()
void setTypesArray(CTDocPartTypes[] typesArray)
void setTypesArray(int i,
CTDocPartTypes types)
CTDocPartTypes insertNewTypes(int i)
CTDocPartTypes addNewTypes()
void removeTypes(int i)
List<CTDocPartBehaviors> getBehaviorsList()
@Deprecated CTDocPartBehaviors[] getBehaviorsArray()
CTDocPartBehaviors getBehaviorsArray(int i)
int sizeOfBehaviorsArray()
void setBehaviorsArray(CTDocPartBehaviors[] behaviorsArray)
void setBehaviorsArray(int i,
CTDocPartBehaviors behaviors)
CTDocPartBehaviors insertNewBehaviors(int i)
CTDocPartBehaviors addNewBehaviors()
void removeBehaviors(int i)
@Deprecated CTString[] getDescriptionArray()
CTString getDescriptionArray(int i)
int sizeOfDescriptionArray()
void setDescriptionArray(CTString[] descriptionArray)
void setDescriptionArray(int i,
CTString description)
CTString insertNewDescription(int i)
CTString addNewDescription()
void removeDescription(int i)
@Deprecated CTGuid[] getGuidArray()
CTGuid getGuidArray(int i)
int sizeOfGuidArray()
void setGuidArray(CTGuid[] guidArray)
void setGuidArray(int i,
CTGuid guid)
CTGuid insertNewGuid(int i)
CTGuid addNewGuid()
void removeGuid(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved