|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.docx4j.dml.BaseStyles.FontScheme
public static class BaseStyles.FontScheme
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="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>
| Nested Class Summary | |
|---|---|
static class |
BaseStyles.FontScheme.ExtLst
Java class for anonymous complex type. |
| Constructor Summary | |
|---|---|
BaseStyles.FontScheme()
|
|
| Method Summary | |
|---|---|
BaseStyles.FontScheme.ExtLst |
getExtLst()
Gets the value of the extLst property. |
FontCollection |
getMajorFont()
Gets the value of the majorFont property. |
FontCollection |
getMinorFont()
Gets the value of the minorFont property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setExtLst(BaseStyles.FontScheme.ExtLst value)
Sets the value of the extLst property. |
void |
setMajorFont(FontCollection value)
Sets the value of the majorFont property. |
void |
setMinorFont(FontCollection value)
Sets the value of the minorFont property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseStyles.FontScheme()
| Method Detail |
|---|
public BaseStyles.FontScheme.ExtLst getExtLst()
BaseStyles.FontScheme.ExtLstpublic FontCollection getMajorFont()
FontCollectionpublic FontCollection getMinorFont()
FontCollectionpublic java.lang.String getName()
Stringpublic void setExtLst(BaseStyles.FontScheme.ExtLst value)
value - allowed object is
BaseStyles.FontScheme.ExtLstpublic void setMajorFont(FontCollection value)
value - allowed object is
FontCollectionpublic void setMinorFont(FontCollection value)
value - allowed object is
FontCollectionpublic void setName(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||