Interface CTWordprocessingContentPart
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTWordprocessingContentPart extends XmlObject
An XML CT_WordprocessingContentPart(@http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTWordprocessingContentPart>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 CTOfficeArtExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTWordprocessingContentPartNonVisualaddNewNvContentPartPr()Appends and returns a new empty "nvContentPartPr" elementCTTransform2DaddNewXfrm()Appends and returns a new empty "xfrm" elementSTBlackWhiteMode.EnumgetBwMode()Gets the "bwMode" attributeCTOfficeArtExtensionListgetExtLst()Gets the "extLst" elementjava.lang.StringgetId()Gets the "id" attributeCTWordprocessingContentPartNonVisualgetNvContentPartPr()Gets the "nvContentPartPr" elementCTTransform2DgetXfrm()Gets the "xfrm" elementbooleanisSetBwMode()True if has "bwMode" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetNvContentPartPr()True if has "nvContentPartPr" elementbooleanisSetXfrm()True if has "xfrm" elementvoidsetBwMode(STBlackWhiteMode.Enum bwMode)Sets the "bwMode" attributevoidsetExtLst(CTOfficeArtExtensionList extLst)Sets the "extLst" elementvoidsetId(java.lang.String id)Sets the "id" attributevoidsetNvContentPartPr(CTWordprocessingContentPartNonVisual nvContentPartPr)Sets the "nvContentPartPr" elementvoidsetXfrm(CTTransform2D xfrm)Sets the "xfrm" elementvoidunsetBwMode()Unsets the "bwMode" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetNvContentPartPr()Unsets the "nvContentPartPr" elementvoidunsetXfrm()Unsets the "xfrm" elementSTBlackWhiteModexgetBwMode()Gets (as xml) the "bwMode" attributeSTRelationshipIdxgetId()Gets (as xml) the "id" attributevoidxsetBwMode(STBlackWhiteMode bwMode)Sets (as xml) the "bwMode" attributevoidxsetId(STRelationshipId id)Sets (as xml) the "id" attribute-
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<CTWordprocessingContentPart> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getNvContentPartPr
CTWordprocessingContentPartNonVisual getNvContentPartPr()
Gets the "nvContentPartPr" element
-
isSetNvContentPartPr
boolean isSetNvContentPartPr()
True if has "nvContentPartPr" element
-
setNvContentPartPr
void setNvContentPartPr(CTWordprocessingContentPartNonVisual nvContentPartPr)
Sets the "nvContentPartPr" element
-
addNewNvContentPartPr
CTWordprocessingContentPartNonVisual addNewNvContentPartPr()
Appends and returns a new empty "nvContentPartPr" element
-
unsetNvContentPartPr
void unsetNvContentPartPr()
Unsets the "nvContentPartPr" element
-
getXfrm
CTTransform2D getXfrm()
Gets the "xfrm" element
-
isSetXfrm
boolean isSetXfrm()
True if has "xfrm" element
-
setXfrm
void setXfrm(CTTransform2D xfrm)
Sets the "xfrm" element
-
addNewXfrm
CTTransform2D addNewXfrm()
Appends and returns a new empty "xfrm" element
-
unsetXfrm
void unsetXfrm()
Unsets the "xfrm" element
-
getExtLst
CTOfficeArtExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getBwMode
STBlackWhiteMode.Enum getBwMode()
Gets the "bwMode" attribute
-
xgetBwMode
STBlackWhiteMode xgetBwMode()
Gets (as xml) the "bwMode" attribute
-
isSetBwMode
boolean isSetBwMode()
True if has "bwMode" attribute
-
setBwMode
void setBwMode(STBlackWhiteMode.Enum bwMode)
Sets the "bwMode" attribute
-
xsetBwMode
void xsetBwMode(STBlackWhiteMode bwMode)
Sets (as xml) the "bwMode" attribute
-
unsetBwMode
void unsetBwMode()
Unsets the "bwMode" attribute
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STRelationshipId xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
-
-