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 StringSOURCE_ENCODINGstatic StringTARGET_FONT_FAMILYstatic StringTARGET_FONT_SIZEstatic StringTARGET_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
 
 
 - 
 
 -