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 classCTBackground.FactoryA factory class with static methods for creating instances of this type. 
- 
Field Summary
Fields Modifier and Type Field Description static 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 CTBackgroundPropertiesaddNewBgPr()Appends and returns a new empty "bgPr" elementCTStyleMatrixReferenceaddNewBgRef()Appends and returns a new empty "bgRef" elementCTBackgroundPropertiesgetBgPr()Gets the "bgPr" elementCTStyleMatrixReferencegetBgRef()Gets the "bgRef" elementSTBlackWhiteMode.EnumgetBwMode()Gets the "bwMode" attributebooleanisSetBgPr()True if has "bgPr" elementbooleanisSetBgRef()True if has "bgRef" elementbooleanisSetBwMode()True if has "bwMode" attributevoidsetBgPr(CTBackgroundProperties bgPr)Sets the "bgPr" elementvoidsetBgRef(CTStyleMatrixReference bgRef)Sets the "bgRef" elementvoidsetBwMode(STBlackWhiteMode.Enum bwMode)Sets the "bwMode" attributevoidunsetBgPr()Unsets the "bgPr" elementvoidunsetBgRef()Unsets the "bgRef" elementvoidunsetBwMode()Unsets the "bwMode" attributeSTBlackWhiteModexgetBwMode()Gets (as xml) the "bwMode" attributevoidxsetBwMode(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 
 - 
 
 -