|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.GlobalSettings
public final class GlobalSettings
Represents the class that contains the global settings used by the library.
Method Summary | |
---|---|
static PdfFormat |
getDefaultOutputPdfFormat()
Gets the default format for the PDF document. |
static PdfVersion |
getDefaultOutputPdfVersion()
Gets the default version for the PDF document. |
static java.lang.String |
getPathToFontsResourceDirectory()
Gets Path to default fonts resource directory. |
static void |
setDefaultOutputPdfFormat(PdfFormat format)
Sets the default format for the PDF document. |
static void |
setDefaultOutputPdfVersion(PdfVersion version)
Sets the default version for the PDF document. |
static void |
setPathToFontsResourceDirectory(java.lang.String value)
Sets Path to default fonts resource directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getPathToFontsResourceDirectory()
public static void setPathToFontsResourceDirectory(java.lang.String value)
value
- path to default fonts resource directory.public static PdfVersion getDefaultOutputPdfVersion()
public static void setDefaultOutputPdfVersion(PdfVersion version)
version
- default version for the PDF document.public static PdfFormat getDefaultOutputPdfFormat()
public static void setDefaultOutputPdfFormat(PdfFormat format)
format
- format for the PDF document.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |