|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.docx4j.dml.FontCollection.Font
public static class FontCollection.Font
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">
<attribute name="script" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="typeface" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FontCollection.Font()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getScript()
Gets the value of the script property. |
java.lang.String |
getTypeface()
Gets the value of the typeface property. |
void |
setScript(java.lang.String value)
Sets the value of the script property. |
void |
setTypeface(java.lang.String value)
Sets the value of the typeface property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FontCollection.Font()
| Method Detail |
|---|
public java.lang.String getScript()
Stringpublic java.lang.String getTypeface()
Stringpublic void setScript(java.lang.String value)
value - allowed object is
Stringpublic void setTypeface(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 | ||||||||