public class CTBaseStylesOverride extends Object implements Child
Java class for CT_BaseStylesOverride complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BaseStylesOverride">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="clrScheme" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ColorScheme" minOccurs="0"/>
<element name="fontScheme" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="majorFont" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FontCollection"/>
<element name="minorFont" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_FontCollection"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="fmtScheme" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_StyleMatrix" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CTBaseStylesOverride.FontScheme
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CTColorScheme |
clrScheme |
protected CTStyleMatrix |
fmtScheme |
protected CTBaseStylesOverride.FontScheme |
fontScheme |
| Constructor and Description |
|---|
CTBaseStylesOverride() |
| 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.
|
CTColorScheme |
getClrScheme()
Gets the value of the clrScheme property.
|
CTStyleMatrix |
getFmtScheme()
Gets the value of the fmtScheme property.
|
CTBaseStylesOverride.FontScheme |
getFontScheme()
Gets the value of the fontScheme property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setClrScheme(CTColorScheme value)
Sets the value of the clrScheme property.
|
void |
setFmtScheme(CTStyleMatrix value)
Sets the value of the fmtScheme property.
|
void |
setFontScheme(CTBaseStylesOverride.FontScheme value)
Sets the value of the fontScheme property.
|
void |
setParent(Object parent) |
protected CTColorScheme clrScheme
protected CTBaseStylesOverride.FontScheme fontScheme
protected CTStyleMatrix fmtScheme
public CTColorScheme getClrScheme()
CTColorSchemepublic void setClrScheme(CTColorScheme value)
value - allowed object is
CTColorSchemepublic CTBaseStylesOverride.FontScheme getFontScheme()
CTBaseStylesOverride.FontSchemepublic void setFontScheme(CTBaseStylesOverride.FontScheme value)
value - allowed object is
CTBaseStylesOverride.FontSchemepublic CTStyleMatrix getFmtScheme()
CTStyleMatrixpublic void setFmtScheme(CTStyleMatrix value)
value - allowed object is
CTStyleMatrixpublic 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-2021. All Rights Reserved.