Package de.xima.fc.transform.pdf.convert
Class PdfConversionParams.ParamNames
- java.lang.Object
-
- de.xima.fc.transform.pdf.convert.PdfConversionParams.ParamNames
-
- Enclosing class:
- PdfConversionParams
public static class PdfConversionParams.ParamNames extends Object
Some parameter names.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SOURCE_ENCODING
static String
TARGET_FONT_FAMILY
static String
TARGET_FONT_SIZE
static String
TARGET_PAGE_FORMAT
-
Constructor Summary
Constructors Constructor Description ParamNames()
-
-
-
Field Detail
-
SOURCE_ENCODING
public static final String SOURCE_ENCODING
- See Also:
- Constant Field Values
-
TARGET_PAGE_FORMAT
public static final String TARGET_PAGE_FORMAT
- See Also:
- Constant Field Values
-
TARGET_FONT_FAMILY
public static final String TARGET_FONT_FAMILY
- See Also:
- Constant Field Values
-
TARGET_FONT_SIZE
public static final String TARGET_FONT_SIZE
- See Also:
- Constant Field Values
-
-