Interface CTDocPartPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DocPartPr(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDocPartPr> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "behaviors" elementAppends and returns a new empty "category" elementAppends and returns a new empty "description" elementAppends and returns a new empty "guid" elementAppends and returns a new empty "name" elementAppends and returns a new empty "style" elementAppends and returns a new empty "types" elementGets the "behaviors" elementGets the "category" elementGets the "description" elementgetGuid()Gets the "guid" elementgetName()Gets the "name" elementgetStyle()Gets the "style" elementgetTypes()Gets the "types" elementbooleanTrue if has "behaviors" elementbooleanTrue if has "category" elementbooleanTrue if has "description" elementbooleanTrue if has "guid" elementbooleanTrue if has "style" elementbooleanTrue if has "types" elementvoidsetBehaviors(CTDocPartBehaviors behaviors) Sets the "behaviors" elementvoidsetCategory(CTDocPartCategory category) Sets the "category" elementvoidsetDescription(CTString description) Sets the "description" elementvoidSets the "guid" elementvoidsetName(CTDocPartName name) Sets the "name" elementvoidSets the "style" elementvoidsetTypes(CTDocPartTypes types) Sets the "types" elementvoidUnsets the "behaviors" elementvoidUnsets the "category" elementvoidUnsets the "description" elementvoidUnsets the "guid" elementvoidUnsets the "style" elementvoidUnsets the "types" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getName
CTDocPartName getName()Gets the "name" element -
setName
Sets the "name" element -
addNewName
CTDocPartName addNewName()Appends and returns a new empty "name" element -
getStyle
CTString getStyle()Gets the "style" element -
isSetStyle
boolean isSetStyle()True if has "style" element -
setStyle
Sets the "style" element -
addNewStyle
CTString addNewStyle()Appends and returns a new empty "style" element -
unsetStyle
void unsetStyle()Unsets the "style" element -
getCategory
CTDocPartCategory getCategory()Gets the "category" element -
isSetCategory
boolean isSetCategory()True if has "category" element -
setCategory
Sets the "category" element -
addNewCategory
CTDocPartCategory addNewCategory()Appends and returns a new empty "category" element -
unsetCategory
void unsetCategory()Unsets the "category" element -
getTypes
CTDocPartTypes getTypes()Gets the "types" element -
isSetTypes
boolean isSetTypes()True if has "types" element -
setTypes
Sets the "types" element -
addNewTypes
CTDocPartTypes addNewTypes()Appends and returns a new empty "types" element -
unsetTypes
void unsetTypes()Unsets the "types" element -
getBehaviors
CTDocPartBehaviors getBehaviors()Gets the "behaviors" element -
isSetBehaviors
boolean isSetBehaviors()True if has "behaviors" element -
setBehaviors
Sets the "behaviors" element -
addNewBehaviors
CTDocPartBehaviors addNewBehaviors()Appends and returns a new empty "behaviors" element -
unsetBehaviors
void unsetBehaviors()Unsets the "behaviors" element -
getDescription
CTString getDescription()Gets the "description" element -
isSetDescription
boolean isSetDescription()True if has "description" element -
setDescription
Sets the "description" element -
addNewDescription
CTString addNewDescription()Appends and returns a new empty "description" element -
unsetDescription
void unsetDescription()Unsets the "description" element -
getGuid
CTGuid getGuid()Gets the "guid" element -
isSetGuid
boolean isSetGuid()True if has "guid" element -
setGuid
Sets the "guid" element -
addNewGuid
CTGuid addNewGuid()Appends and returns a new empty "guid" element -
unsetGuid
void unsetGuid()Unsets the "guid" element
-