public class FontParams extends ParameterType implements Serializable
Java class for FontParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FontParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="SubsetFonts" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MaxSubsetPct" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="CannotEmbedFontPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="NeverEmbed" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="EmbedAllFonts" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="AlwaysEmbed" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
alwaysEmbed |
protected String |
cannotEmbedFontPolicy |
protected Boolean |
embedAllFonts |
protected Integer |
maxSubsetPct |
protected List<String> |
neverEmbed |
protected Boolean |
subsetFonts |
| Constructor and Description |
|---|
FontParams() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAlwaysEmbed()
Gets the value of the alwaysEmbed property.
|
String |
getCannotEmbedFontPolicy()
Gets the value of the cannotEmbedFontPolicy property.
|
Integer |
getMaxSubsetPct()
Gets the value of the maxSubsetPct property.
|
List<String> |
getNeverEmbed()
Gets the value of the neverEmbed property.
|
Boolean |
isEmbedAllFonts()
Gets the value of the embedAllFonts property.
|
Boolean |
isSubsetFonts()
Gets the value of the subsetFonts property.
|
void |
setCannotEmbedFontPolicy(String value)
Sets the value of the cannotEmbedFontPolicy property.
|
void |
setEmbedAllFonts(Boolean value)
Sets the value of the embedAllFonts property.
|
void |
setMaxSubsetPct(Integer value)
Sets the value of the maxSubsetPct property.
|
void |
setSubsetFonts(Boolean value)
Sets the value of the subsetFonts property.
|
protected Boolean subsetFonts
protected Integer maxSubsetPct
protected String cannotEmbedFontPolicy
protected Boolean embedAllFonts
public Boolean isSubsetFonts()
Booleanpublic void setSubsetFonts(Boolean value)
value - allowed object is
Booleanpublic Integer getMaxSubsetPct()
Integerpublic void setMaxSubsetPct(Integer value)
value - allowed object is
Integerpublic String getCannotEmbedFontPolicy()
Stringpublic void setCannotEmbedFontPolicy(String value)
value - allowed object is
Stringpublic List<String> getNeverEmbed()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the neverEmbed property.
For example, to add a new item, do as follows:
getNeverEmbed().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isEmbedAllFonts()
Booleanpublic void setEmbedAllFonts(Boolean value)
value - allowed object is
Booleanpublic List<String> getAlwaysEmbed()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the alwaysEmbed property.
For example, to add a new item, do as follows:
getAlwaysEmbed().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.