Interface CTBackground
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTBackground extends XmlObject
An XML CT_Background(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTBackground.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTBackgroundProperties
addNewBgPr()
Appends and returns a new empty "bgPr" elementCTStyleMatrixReference
addNewBgRef()
Appends and returns a new empty "bgRef" elementCTBackgroundProperties
getBgPr()
Gets the "bgPr" elementCTStyleMatrixReference
getBgRef()
Gets the "bgRef" elementSTBlackWhiteMode.Enum
getBwMode()
Gets the "bwMode" attributeboolean
isSetBgPr()
True if has "bgPr" elementboolean
isSetBgRef()
True if has "bgRef" elementboolean
isSetBwMode()
True if has "bwMode" attributevoid
setBgPr(CTBackgroundProperties bgPr)
Sets the "bgPr" elementvoid
setBgRef(CTStyleMatrixReference bgRef)
Sets the "bgRef" elementvoid
setBwMode(STBlackWhiteMode.Enum bwMode)
Sets the "bwMode" attributevoid
unsetBgPr()
Unsets the "bgPr" elementvoid
unsetBgRef()
Unsets the "bgRef" elementvoid
unsetBwMode()
Unsets the "bwMode" attributeSTBlackWhiteMode
xgetBwMode()
Gets (as xml) the "bwMode" attributevoid
xsetBwMode(STBlackWhiteMode bwMode)
Sets (as xml) the "bwMode" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getBgPr
CTBackgroundProperties getBgPr()
Gets the "bgPr" element
-
isSetBgPr
boolean isSetBgPr()
True if has "bgPr" element
-
setBgPr
void setBgPr(CTBackgroundProperties bgPr)
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
void setBgRef(CTStyleMatrixReference bgRef)
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
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
-
-