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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTDocPartPr>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTDocPartBehaviorsaddNewBehaviors()Appends and returns a new empty "behaviors" elementCTDocPartCategoryaddNewCategory()Appends and returns a new empty "category" elementCTStringaddNewDescription()Appends and returns a new empty "description" elementCTGuidaddNewGuid()Appends and returns a new empty "guid" elementCTDocPartNameaddNewName()Appends and returns a new empty "name" elementCTStringaddNewStyle()Appends and returns a new empty "style" elementCTDocPartTypesaddNewTypes()Appends and returns a new empty "types" elementCTDocPartBehaviorsgetBehaviors()Gets the "behaviors" elementCTDocPartCategorygetCategory()Gets the "category" elementCTStringgetDescription()Gets the "description" elementCTGuidgetGuid()Gets the "guid" elementCTDocPartNamegetName()Gets the "name" elementCTStringgetStyle()Gets the "style" elementCTDocPartTypesgetTypes()Gets the "types" elementbooleanisSetBehaviors()True if has "behaviors" elementbooleanisSetCategory()True if has "category" elementbooleanisSetDescription()True if has "description" elementbooleanisSetGuid()True if has "guid" elementbooleanisSetStyle()True if has "style" elementbooleanisSetTypes()True if has "types" elementvoidsetBehaviors(CTDocPartBehaviors behaviors)Sets the "behaviors" elementvoidsetCategory(CTDocPartCategory category)Sets the "category" elementvoidsetDescription(CTString description)Sets the "description" elementvoidsetGuid(CTGuid guid)Sets the "guid" elementvoidsetName(CTDocPartName name)Sets the "name" elementvoidsetStyle(CTString style)Sets the "style" elementvoidsetTypes(CTDocPartTypes types)Sets the "types" elementvoidunsetBehaviors()Unsets the "behaviors" elementvoidunsetCategory()Unsets the "category" elementvoidunsetDescription()Unsets the "description" elementvoidunsetGuid()Unsets the "guid" elementvoidunsetStyle()Unsets the "style" elementvoidunsetTypes()Unsets the "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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTDocPartPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getName
CTDocPartName getName()
Gets the "name" element
-
setName
void setName(CTDocPartName name)
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
void setStyle(CTString style)
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
void setCategory(CTDocPartCategory category)
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
void setTypes(CTDocPartTypes types)
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
void setBehaviors(CTDocPartBehaviors behaviors)
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
void setDescription(CTString description)
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
void setGuid(CTGuid guid)
Sets the "guid" element
-
addNewGuid
CTGuid addNewGuid()
Appends and returns a new empty "guid" element
-
unsetGuid
void unsetGuid()
Unsets the "guid" element
-
-