com.adobe.livecycle.convertpdfservice.client.enumeration
Class FontInclusion

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static FontInclusion embeddedAndReferencedFonts
          Fonts are embedded and referenced.
static FontInclusion embeddedFonts
          Fonts are embedded.
static FontInclusion none
          Fonts are not embedded in the resulting PostScript file.
 
Method Summary
static FontInclusion valueOf(java.lang.String name)
           
static FontInclusion[] values()
           
 
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
 

Field Detail

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.

Method Detail

values

public static FontInclusion[] values()

valueOf

public static FontInclusion valueOf(java.lang.String name)


[an error occurred while processing this directive] [an error occurred while processing this directive]