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> |
alwaysEmbeds |
protected String |
cannotEmbedFontPolicy |
protected Boolean |
embedAllFonts |
protected Integer |
maxSubsetPct |
protected List<String> |
neverEmbeds |
protected Boolean |
subsetFonts |
| Constructor and Description |
|---|
FontParams() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAlwaysEmbeds()
Gets the value of the alwaysEmbeds property.
|
String |
getCannotEmbedFontPolicy()
Gets the value of the cannotEmbedFontPolicy property.
|
Integer |
getMaxSubsetPct()
Gets the value of the maxSubsetPct property.
|
List<String> |
getNeverEmbeds()
Gets the value of the neverEmbeds 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> 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 Boolean isEmbedAllFonts()
Booleanpublic void setEmbedAllFonts(Boolean value)
value - allowed object is
Booleanpublic List<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.