com.pdfjet
Class Embed

java.lang.Object
  extended by com.pdfjet.Embed

public class Embed
extends java.lang.Object

Used to specify if TrueType or OpenType font should be embedded in the PDF document. See the Font class for more details.


Field Summary
static boolean NO
           
static boolean YES
           
 
Constructor Summary
Embed()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

YES

public static final boolean YES
See Also:
Constant Field Values

NO

public static final boolean NO
See Also:
Constant Field Values
Constructor Detail

Embed

public Embed()