public class CTBackground extends Object implements Child
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> <element ref="{urn:schemas-microsoft-com:vml}fill" minOccurs="0"/> </sequence> <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/> <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Fill"/> <attribute ref="{urn:schemas-microsoft-com:office:office}bwmode"/> <attribute ref="{urn:schemas-microsoft-com:office:office}bwpure"/> <attribute ref="{urn:schemas-microsoft-com:office:office}bwnormal"/> <attribute ref="{urn:schemas-microsoft-com:office:office}targetscreensize"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected STBWMode |
bwmode |
protected STBWMode |
bwnormal |
protected STBWMode |
bwpure |
protected CTFill |
fill |
protected String |
fillcolor |
protected STTrueFalse |
filled |
protected String |
targetscreensize |
protected String |
vmlId |
Constructor and Description |
---|
CTBackground() |
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.
|
STBWMode |
getBwmode()
Black-and-White Mode
|
STBWMode |
getBwnormal()
Normal Black-and-White Mode
|
STBWMode |
getBwpure()
Pure Black-and-White Mode
|
CTFill |
getFill()
Gets the value of the fill property.
|
String |
getFillcolor()
Gets the value of the fillcolor property.
|
STTrueFalse |
getFilled()
Gets the value of the filled property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getTargetscreensize()
Target Screen Size
|
String |
getVmlId()
Gets the value of the vmlId property.
|
void |
setBwmode(STBWMode value)
Sets the value of the bwmode property.
|
void |
setBwnormal(STBWMode value)
Sets the value of the bwnormal property.
|
void |
setBwpure(STBWMode value)
Sets the value of the bwpure property.
|
void |
setFill(CTFill value)
Sets the value of the fill property.
|
void |
setFillcolor(String value)
Sets the value of the fillcolor property.
|
void |
setFilled(STTrueFalse value)
Sets the value of the filled property.
|
void |
setParent(Object parent) |
void |
setTargetscreensize(String value)
Sets the value of the targetscreensize property.
|
void |
setVmlId(String value)
Sets the value of the vmlId property.
|
protected CTFill fill
protected STBWMode bwmode
protected STBWMode bwpure
protected STBWMode bwnormal
protected String targetscreensize
protected String vmlId
protected STTrueFalse filled
protected String fillcolor
public CTFill getFill()
CTFill
public void setFill(CTFill value)
value
- allowed object is
CTFill
public void setBwmode(STBWMode value)
value
- allowed object is
STBWMode
public STBWMode getBwpure()
STBWMode
public void setBwpure(STBWMode value)
value
- allowed object is
STBWMode
public STBWMode getBwnormal()
STBWMode
public void setBwnormal(STBWMode value)
value
- allowed object is
STBWMode
public String getTargetscreensize()
String
public void setTargetscreensize(String value)
value
- allowed object is
String
public String getVmlId()
String
public void setVmlId(String value)
value
- allowed object is
String
public STTrueFalse getFilled()
STTrueFalse
public void setFilled(STTrueFalse value)
value
- allowed object is
STTrueFalse
public String getFillcolor()
String
public void setFillcolor(String value)
value
- allowed object is
String
public 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-2019. All Rights Reserved.