public class CTBackground extends CTPictureBase
Java class for CT_Background complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Background">
<complexContent>
<extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PictureBase">
<attribute name="color" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_HexColor" />
<attribute name="themeColor" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ThemeColor" />
<attribute name="themeTint" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_UcharHexNumber" />
<attribute name="themeShade" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_UcharHexNumber" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected STThemeColor |
themeColor |
protected String |
themeShade |
protected String |
themeTint |
anyAndAny| 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.
|
String |
getColor()
Gets the value of the color property.
|
STThemeColor |
getThemeColor()
Gets the value of the themeColor property.
|
String |
getThemeShade()
Gets the value of the themeShade property.
|
String |
getThemeTint()
Gets the value of the themeTint property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setThemeColor(STThemeColor value)
Sets the value of the themeColor property.
|
void |
setThemeShade(String value)
Sets the value of the themeShade property.
|
void |
setThemeTint(String value)
Sets the value of the themeTint property.
|
getAnyAndAny, getParent, setParentprotected String color
protected STThemeColor themeColor
protected String themeTint
protected String themeShade
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic STThemeColor getThemeColor()
STThemeColorpublic void setThemeColor(STThemeColor value)
value - allowed object is
STThemeColorpublic String getThemeTint()
Stringpublic void setThemeTint(String value)
value - allowed object is
Stringpublic String getThemeShade()
Stringpublic void setThemeShade(String value)
value - allowed object is
Stringpublic void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
afterUnmarshal in class CTPictureBaseparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.