|
fot2pdf (w) C. Drescher | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.pdftech.fot2pdf.pdf.PDFparameters
This class holds the parameters used for the process of PDF-generation.
PDFoutfile
Constructor Summary | |
PDFparameters()
|
Method Summary | |
static boolean |
getBookletFlag()
Returns true if booklet mode is enabled |
static boolean |
getDeflate()
Returns true if compression is on |
static boolean |
getDeflateText()
Returns true if compression for text is on |
static boolean |
getFontEmbeddingFlag()
Returns true if embedding of fonts is enabled |
static java.lang.String |
getLibraryVersion()
Returns library version |
static void |
setBookletFlag(boolean inflag)
Sets booklet mode flag on/off |
static void |
setDeflate(boolean inflag)
Sets compression for any object on/off |
static void |
setDeflateText(boolean inflag)
Sets compression for page-content (texts and graphics operators) on/off |
static void |
setFontEmbeddingFlag(boolean inflag)
Sets font embedding flag on/off |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PDFparameters()
Method Detail |
public static java.lang.String getLibraryVersion()
public static void setDeflate(boolean inflag)
inflag
- compression on/offpublic static boolean getDeflate()
public static void setDeflateText(boolean inflag)
inflag
- compression on/offpublic static boolean getDeflateText()
public static void setFontEmbeddingFlag(boolean inflag)
inflag
- embedding on/offpublic static boolean getFontEmbeddingFlag()
public static void setBookletFlag(boolean inflag)
inflag
- booklet mode on/offpublic static boolean getBookletFlag()
|
fot2pdf (w) C. Drescher | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |