public class FontPolicy extends ParameterType implements java.io.Serializable
Java class for FontPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FontPolicy">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="UseDefaultFont" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="UseFontEmulation" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PreferredFont" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
preferredFont |
protected java.lang.Boolean |
useDefaultFont |
protected java.lang.Boolean |
useFontEmulation |
| Constructor and Description |
|---|
FontPolicy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPreferredFont()
Gets the value of the preferredFont property.
|
java.lang.Boolean |
getUseDefaultFont()
Gets the value of the useDefaultFont property.
|
java.lang.Boolean |
getUseFontEmulation()
Gets the value of the useFontEmulation property.
|
void |
setPreferredFont(java.lang.String value)
Sets the value of the preferredFont property.
|
void |
setUseDefaultFont(java.lang.Boolean value)
Sets the value of the useDefaultFont property.
|
void |
setUseFontEmulation(java.lang.Boolean value)
Sets the value of the useFontEmulation property.
|
protected java.lang.Boolean useDefaultFont
protected java.lang.Boolean useFontEmulation
protected java.lang.String preferredFont
public java.lang.Boolean getUseDefaultFont()
Booleanpublic void setUseDefaultFont(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getUseFontEmulation()
Booleanpublic void setUseFontEmulation(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPreferredFont()
Stringpublic void setPreferredFont(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.