public class CTBackground extends Object
Java class for CT_Background complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Background"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://schemas.openxmlformats.org/presentationml/2006/main}EG_Background"/> </sequence> <attribute name="bwMode" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" default="white" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTBackgroundProperties |
bgPr |
protected CTStyleMatrixReference |
bgRef |
protected STBlackWhiteMode |
bwMode |
Constructor and Description |
---|
CTBackground() |
Modifier and Type | Method and Description |
---|---|
CTBackgroundProperties |
getBgPr()
Gets the value of the bgPr property.
|
CTStyleMatrixReference |
getBgRef()
Gets the value of the bgRef property.
|
STBlackWhiteMode |
getBwMode()
Gets the value of the bwMode property.
|
void |
setBgPr(CTBackgroundProperties value)
Sets the value of the bgPr property.
|
void |
setBgRef(CTStyleMatrixReference value)
Sets the value of the bgRef property.
|
void |
setBwMode(STBlackWhiteMode value)
Sets the value of the bwMode property.
|
protected CTBackgroundProperties bgPr
protected CTStyleMatrixReference bgRef
protected STBlackWhiteMode bwMode
public CTBackgroundProperties getBgPr()
CTBackgroundProperties
public void setBgPr(CTBackgroundProperties value)
value
- allowed object is
CTBackgroundProperties
public CTStyleMatrixReference getBgRef()
CTStyleMatrixReference
public void setBgRef(CTStyleMatrixReference value)
value
- allowed object is
CTStyleMatrixReference
public STBlackWhiteMode getBwMode()
STBlackWhiteMode
public void setBwMode(STBlackWhiteMode value)
value
- allowed object is
STBlackWhiteMode
Copyright © 2007-2018. All Rights Reserved.