Interface CTBackground
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Background(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTBackground> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "bgPr" elementAppends and returns a new empty "bgRef" elementgetBgPr()
Gets the "bgPr" elementgetBgRef()
Gets the "bgRef" elementGets the "bwMode" attributeboolean
True if has "bgPr" elementboolean
True if has "bgRef" elementboolean
True if has "bwMode" attributevoid
Sets the "bgPr" elementvoid
setBgRef
(CTStyleMatrixReference bgRef) Sets the "bgRef" elementvoid
setBwMode
(STBlackWhiteMode.Enum bwMode) Sets the "bwMode" attributevoid
Unsets the "bgPr" elementvoid
Unsets the "bgRef" elementvoid
Unsets the "bwMode" attributeGets (as xml) the "bwMode" attributevoid
xsetBwMode
(STBlackWhiteMode bwMode) Sets (as xml) the "bwMode" attributeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getBgPr
CTBackgroundProperties getBgPr()Gets the "bgPr" element -
isSetBgPr
boolean isSetBgPr()True if has "bgPr" element -
setBgPr
Sets the "bgPr" element -
addNewBgPr
CTBackgroundProperties addNewBgPr()Appends and returns a new empty "bgPr" element -
unsetBgPr
void unsetBgPr()Unsets the "bgPr" element -
getBgRef
CTStyleMatrixReference getBgRef()Gets the "bgRef" element -
isSetBgRef
boolean isSetBgRef()True if has "bgRef" element -
setBgRef
Sets the "bgRef" element -
addNewBgRef
CTStyleMatrixReference addNewBgRef()Appends and returns a new empty "bgRef" element -
unsetBgRef
void unsetBgRef()Unsets the "bgRef" 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
Sets the "bwMode" attribute -
xsetBwMode
Sets (as xml) the "bwMode" attribute -
unsetBwMode
void unsetBwMode()Unsets the "bwMode" attribute
-