public class CTBackground extends java.lang.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 java.lang.String |
fillcolor |
protected STTrueFalse |
filled |
protected java.lang.String |
targetscreensize |
protected java.lang.String |
vmlId |
| Constructor and Description |
|---|
CTBackground() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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.
|
java.lang.String |
getFillcolor()
Gets the value of the fillcolor property.
|
STTrueFalse |
getFilled()
Gets the value of the filled property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getTargetscreensize()
Target Screen Size
|
java.lang.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(java.lang.String value)
Sets the value of the fillcolor property.
|
void |
setFilled(STTrueFalse value)
Sets the value of the filled property.
|
void |
setParent(java.lang.Object parent) |
void |
setTargetscreensize(java.lang.String value)
Sets the value of the targetscreensize property.
|
void |
setVmlId(java.lang.String value)
Sets the value of the vmlId property.
|
protected CTFill fill
protected STBWMode bwmode
protected STBWMode bwpure
protected STBWMode bwnormal
protected java.lang.String targetscreensize
protected java.lang.String vmlId
protected STTrueFalse filled
protected java.lang.String fillcolor
public CTFill getFill()
CTFillpublic void setFill(CTFill value)
value - allowed object is
CTFillpublic void setBwmode(STBWMode value)
value - allowed object is
STBWModepublic STBWMode getBwpure()
STBWModepublic void setBwpure(STBWMode value)
value - allowed object is
STBWModepublic STBWMode getBwnormal()
STBWModepublic void setBwnormal(STBWMode value)
value - allowed object is
STBWModepublic java.lang.String getTargetscreensize()
Stringpublic void setTargetscreensize(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVmlId()
Stringpublic void setVmlId(java.lang.String value)
value - allowed object is
Stringpublic STTrueFalse getFilled()
STTrueFalsepublic void setFilled(STTrueFalse value)
value - allowed object is
STTrueFalsepublic java.lang.String getFillcolor()
Stringpublic void setFillcolor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.