public class BaseStyles extends Object
Java class for CT_BaseStyles complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BaseStyles"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="clrScheme" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ColorScheme"/> <element name="fontScheme"> <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"/> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
BaseStyles.FontScheme
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected CTColorScheme |
clrScheme |
protected CTOfficeArtExtensionList |
extLst |
protected CTStyleMatrix |
fmtScheme |
protected BaseStyles.FontScheme |
fontScheme |
Constructor and Description |
---|
BaseStyles() |
Modifier and Type | Method and Description |
---|---|
CTColorScheme |
getClrScheme()
Gets the value of the clrScheme property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTStyleMatrix |
getFmtScheme()
Gets the value of the fmtScheme property.
|
BaseStyles.FontScheme |
getFontScheme()
Gets the value of the fontScheme property.
|
void |
setClrScheme(CTColorScheme value)
Sets the value of the clrScheme property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFmtScheme(CTStyleMatrix value)
Sets the value of the fmtScheme property.
|
void |
setFontScheme(BaseStyles.FontScheme value)
Sets the value of the fontScheme property.
|
protected CTColorScheme clrScheme
protected BaseStyles.FontScheme fontScheme
protected CTStyleMatrix fmtScheme
protected CTOfficeArtExtensionList extLst
public CTColorScheme getClrScheme()
CTColorScheme
public void setClrScheme(CTColorScheme value)
value
- allowed object is
CTColorScheme
public BaseStyles.FontScheme getFontScheme()
BaseStyles.FontScheme
public void setFontScheme(BaseStyles.FontScheme value)
value
- allowed object is
BaseStyles.FontScheme
public CTStyleMatrix getFmtScheme()
CTStyleMatrix
public void setFmtScheme(CTStyleMatrix value)
value
- allowed object is
CTStyleMatrix
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
Copyright © 2007-2014. All Rights Reserved.