public class Theme extends Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="themeElements" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_BaseStyles"/>
<element name="objectDefaults" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ObjectStyleDefaults" minOccurs="0"/>
<element name="extraClrSchemeLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ColorSchemeList" minOccurs="0"/>
<element name="custClrLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_CustomColorList" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTCustomColorList |
custClrLst |
protected CTOfficeArtExtensionList |
extLst |
protected CTColorSchemeList |
extraClrSchemeLst |
protected String |
name |
protected CTObjectStyleDefaults |
objectDefaults |
protected BaseStyles |
themeElements |
| Constructor and Description |
|---|
Theme() |
| 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.
|
CTCustomColorList |
getCustClrLst()
Gets the value of the custClrLst property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTColorSchemeList |
getExtraClrSchemeLst()
Gets the value of the extraClrSchemeLst property.
|
String |
getName()
Gets the value of the name property.
|
CTObjectStyleDefaults |
getObjectDefaults()
Gets the value of the objectDefaults property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BaseStyles |
getThemeElements()
Gets the value of the themeElements property.
|
void |
setCustClrLst(CTCustomColorList value)
Sets the value of the custClrLst property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setExtraClrSchemeLst(CTColorSchemeList value)
Sets the value of the extraClrSchemeLst property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectDefaults(CTObjectStyleDefaults value)
Sets the value of the objectDefaults property.
|
void |
setParent(Object parent) |
void |
setThemeElements(BaseStyles value)
Sets the value of the themeElements property.
|
protected BaseStyles themeElements
protected CTObjectStyleDefaults objectDefaults
protected CTColorSchemeList extraClrSchemeLst
protected CTCustomColorList custClrLst
protected CTOfficeArtExtensionList extLst
protected String name
public BaseStyles getThemeElements()
BaseStylespublic void setThemeElements(BaseStyles value)
value - allowed object is
BaseStylespublic CTObjectStyleDefaults getObjectDefaults()
CTObjectStyleDefaultspublic void setObjectDefaults(CTObjectStyleDefaults value)
value - allowed object is
CTObjectStyleDefaultspublic CTColorSchemeList getExtraClrSchemeLst()
CTColorSchemeListpublic void setExtraClrSchemeLst(CTColorSchemeList value)
value - allowed object is
CTColorSchemeListpublic CTCustomColorList getCustClrLst()
CTCustomColorListpublic void setCustClrLst(CTCustomColorList value)
value - allowed object is
CTCustomColorListpublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic String getName()
Stringpublic void setName(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-2020. All Rights Reserved.