public class FontParams extends ParameterType implements java.io.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 java.util.List<java.lang.String> |
alwaysEmbeds |
protected java.lang.String |
cannotEmbedFontPolicy |
protected java.lang.Boolean |
embedAllFonts |
protected java.lang.Integer |
maxSubsetPct |
protected java.util.List<java.lang.String> |
neverEmbeds |
protected java.lang.Boolean |
subsetFonts |
| Constructor and Description |
|---|
FontParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAlwaysEmbeds()
Gets the value of the alwaysEmbeds property.
|
java.lang.String |
getCannotEmbedFontPolicy()
Gets the value of the cannotEmbedFontPolicy property.
|
java.lang.Boolean |
getEmbedAllFonts()
Gets the value of the embedAllFonts property.
|
java.lang.Integer |
getMaxSubsetPct()
Gets the value of the maxSubsetPct property.
|
java.util.List<java.lang.String> |
getNeverEmbeds()
Gets the value of the neverEmbeds property.
|
java.lang.Boolean |
getSubsetFonts()
Gets the value of the subsetFonts property.
|
void |
setCannotEmbedFontPolicy(java.lang.String value)
Sets the value of the cannotEmbedFontPolicy property.
|
void |
setEmbedAllFonts(java.lang.Boolean value)
Sets the value of the embedAllFonts property.
|
void |
setMaxSubsetPct(java.lang.Integer value)
Sets the value of the maxSubsetPct property.
|
void |
setSubsetFonts(java.lang.Boolean value)
Sets the value of the subsetFonts property.
|
protected java.lang.Boolean subsetFonts
protected java.lang.Integer maxSubsetPct
protected java.lang.String cannotEmbedFontPolicy
protected java.util.List<java.lang.String> neverEmbeds
protected java.lang.Boolean embedAllFonts
protected java.util.List<java.lang.String> alwaysEmbeds
public java.lang.Boolean getSubsetFonts()
Booleanpublic void setSubsetFonts(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getMaxSubsetPct()
Integerpublic void setMaxSubsetPct(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCannotEmbedFontPolicy()
Stringpublic void setCannotEmbedFontPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getNeverEmbeds()
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 neverEmbeds property.
For example, to add a new item, do as follows:
getNeverEmbeds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Boolean getEmbedAllFonts()
Booleanpublic void setEmbedAllFonts(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.String> getAlwaysEmbeds()
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 alwaysEmbeds property.
For example, to add a new item, do as follows:
getAlwaysEmbeds().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.