public class CTBackgroundPr extends Object implements Child
Java class for CT_BackgroundPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BackgroundPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="bwMode" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
<attribute name="bwPure" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
<attribute name="bwNormal" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
<attribute name="targetScreenSize" type="{http://schemas.microsoft.com/office/drawing/2012/main}ST_TargetScreenSz" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STBlackWhiteMode |
bwMode |
protected STBlackWhiteMode |
bwNormal |
protected STBlackWhiteMode |
bwPure |
protected String |
targetScreenSize |
| Constructor and Description |
|---|
CTBackgroundPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STBlackWhiteMode |
getBwMode()
Gets the value of the bwMode property.
|
STBlackWhiteMode |
getBwNormal()
Gets the value of the bwNormal property.
|
STBlackWhiteMode |
getBwPure()
Gets the value of the bwPure property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getTargetScreenSize()
Gets the value of the targetScreenSize property.
|
void |
setBwMode(STBlackWhiteMode value)
Sets the value of the bwMode property.
|
void |
setBwNormal(STBlackWhiteMode value)
Sets the value of the bwNormal property.
|
void |
setBwPure(STBlackWhiteMode value)
Sets the value of the bwPure property.
|
void |
setParent(Object parent) |
void |
setTargetScreenSize(String value)
Sets the value of the targetScreenSize property.
|
protected STBlackWhiteMode bwMode
protected STBlackWhiteMode bwPure
protected STBlackWhiteMode bwNormal
protected String targetScreenSize
public STBlackWhiteMode getBwMode()
STBlackWhiteModepublic void setBwMode(STBlackWhiteMode value)
value - allowed object is
STBlackWhiteModepublic STBlackWhiteMode getBwPure()
STBlackWhiteModepublic void setBwPure(STBlackWhiteMode value)
value - allowed object is
STBlackWhiteModepublic STBlackWhiteMode getBwNormal()
STBlackWhiteModepublic void setBwNormal(STBlackWhiteMode value)
value - allowed object is
STBlackWhiteModepublic String getTargetScreenSize()
Stringpublic void setTargetScreenSize(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.