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 java.lang.String |
color |
protected STThemeColor |
themeColor |
protected java.lang.String |
themeShade |
protected java.lang.String |
themeTint |
anyAndAny| 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.
|
java.lang.String |
getColor()
Gets the value of the color property.
|
STThemeColor |
getThemeColor()
Gets the value of the themeColor property.
|
java.lang.String |
getThemeShade()
Gets the value of the themeShade property.
|
java.lang.String |
getThemeTint()
Gets the value of the themeTint property.
|
void |
setColor(java.lang.String value)
Sets the value of the color property.
|
void |
setThemeColor(STThemeColor value)
Sets the value of the themeColor property.
|
void |
setThemeShade(java.lang.String value)
Sets the value of the themeShade property.
|
void |
setThemeTint(java.lang.String value)
Sets the value of the themeTint property.
|
getAnyAndAny, getParent, setParentprotected java.lang.String color
protected STThemeColor themeColor
protected java.lang.String themeTint
protected java.lang.String themeShade
public java.lang.String getColor()
Stringpublic void setColor(java.lang.String value)
value - allowed object is
Stringpublic STThemeColor getThemeColor()
STThemeColorpublic void setThemeColor(STThemeColor value)
value - allowed object is
STThemeColorpublic java.lang.String getThemeTint()
Stringpublic void setThemeTint(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getThemeShade()
Stringpublic void setThemeShade(java.lang.String value)
value - allowed object is
Stringpublic void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
afterUnmarshal in class CTPictureBaseparent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.