public class FontPolicy extends ParameterType implements 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 String |
preferredFont |
protected Boolean |
useDefaultFont |
protected Boolean |
useFontEmulation |
| Constructor and Description |
|---|
FontPolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPreferredFont()
Gets the value of the preferredFont property.
|
Boolean |
getUseDefaultFont()
Gets the value of the useDefaultFont property.
|
Boolean |
getUseFontEmulation()
Gets the value of the useFontEmulation property.
|
void |
setPreferredFont(String value)
Sets the value of the preferredFont property.
|
void |
setUseDefaultFont(Boolean value)
Sets the value of the useDefaultFont property.
|
void |
setUseFontEmulation(Boolean value)
Sets the value of the useFontEmulation property.
|
protected Boolean useDefaultFont
protected Boolean useFontEmulation
protected String preferredFont
public Boolean getUseDefaultFont()
Booleanpublic void setUseDefaultFont(Boolean value)
value - allowed object is
Booleanpublic Boolean getUseFontEmulation()
Booleanpublic void setUseFontEmulation(Boolean value)
value - allowed object is
Booleanpublic String getPreferredFont()
StringCopyright © 2012. All Rights Reserved.