com.adobe.livecycle.convertpdfservice.client.enumeration
Class FontInclusion
java.lang.Object
java.lang.Enum
com.adobe.livecycle.convertpdfservice.client.enumeration.FontInclusion
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class FontInclusion
- extends java.lang.Enum
Specifies how fonts are included within a PostScript file. If
a font used within a PostScript file is not embedded and
not installed on a computer, the font is substituted
for an available font.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
none
public static final FontInclusion none
- Fonts are not embedded in the resulting PostScript file.
embeddedFonts
public static final FontInclusion embeddedFonts
- Fonts are embedded. Only fonts that are embedded in the input PDF document
are embedded in the output PostScript file.
embeddedAndReferencedFonts
public static final FontInclusion embeddedAndReferencedFonts
- Fonts are embedded and referenced.
Both embedded as well referenced fonts in the input PDF document are
embedded in the output PostScript file.
values
public static FontInclusion[] values()
valueOf
public static FontInclusion valueOf(java.lang.String name)