|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.docx4j.dml.BaseStyles
public class BaseStyles
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">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<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" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="fmtScheme">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="extLst" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
BaseStyles.ClrScheme
Java class for anonymous complex type. |
static class |
BaseStyles.ExtLst
Java class for anonymous complex type. |
static class |
BaseStyles.FmtScheme
Java class for anonymous complex type. |
static class |
BaseStyles.FontScheme
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
BaseStyles()
|
|
| Method Summary | |
|---|---|
BaseStyles.ClrScheme |
getClrScheme()
Gets the value of the clrScheme property. |
BaseStyles.ExtLst |
getExtLst()
Gets the value of the extLst property. |
BaseStyles.FmtScheme |
getFmtScheme()
Gets the value of the fmtScheme property. |
BaseStyles.FontScheme |
getFontScheme()
Gets the value of the fontScheme property. |
void |
setClrScheme(BaseStyles.ClrScheme value)
Sets the value of the clrScheme property. |
void |
setExtLst(BaseStyles.ExtLst value)
Sets the value of the extLst property. |
void |
setFmtScheme(BaseStyles.FmtScheme value)
Sets the value of the fmtScheme property. |
void |
setFontScheme(BaseStyles.FontScheme value)
Sets the value of the fontScheme property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseStyles()
| Method Detail |
|---|
public BaseStyles.ClrScheme getClrScheme()
BaseStyles.ClrSchemepublic BaseStyles.ExtLst getExtLst()
BaseStyles.ExtLstpublic BaseStyles.FmtScheme getFmtScheme()
BaseStyles.FmtSchemepublic BaseStyles.FontScheme getFontScheme()
BaseStyles.FontSchemepublic void setClrScheme(BaseStyles.ClrScheme value)
value - allowed object is
BaseStyles.ClrSchemepublic void setExtLst(BaseStyles.ExtLst value)
value - allowed object is
BaseStyles.ExtLstpublic void setFmtScheme(BaseStyles.FmtScheme value)
value - allowed object is
BaseStyles.FmtSchemepublic void setFontScheme(BaseStyles.FontScheme value)
value - allowed object is
BaseStyles.FontScheme
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||