Package org.fugerit.java.doc.base.config
Class DocConfig
- java.lang.Object
-
- org.fugerit.java.doc.base.config.DocConfig
-
public class DocConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDOC_VERSION_COMPATIBILITY_1_Xstatic StringDOC_VERSION_COMPATIBILITY_2_Xstatic StringDOC_VERSION_COMPATIBILITY_DEFAULTstatic StringFORMAT_PDF_A_1Astatic StringFORMAT_PDF_A_1Bstatic StringFORMAT_PDF_A_2Astatic StringFORMAT_PDF_A_3Astatic StringFORMAT_PDF_UA_1static StringTYPE_CSVstatic StringTYPE_FOstatic StringTYPE_HTMLstatic StringTYPE_HTML_FRAGMENTstatic StringTYPE_MDstatic StringTYPE_PDFstatic StringTYPE_RTFstatic StringTYPE_XLSstatic StringTYPE_XLSXstatic StringTYPE_XMLstatic StringVERSION
-
Constructor Summary
Constructors Constructor Description DocConfig()
-
-
-
Field Detail
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
TYPE_XML
public static final String TYPE_XML
- See Also:
- Constant Field Values
-
TYPE_PDF
public static final String TYPE_PDF
- See Also:
- Constant Field Values
-
FORMAT_PDF_A_1A
public static final String FORMAT_PDF_A_1A
- See Also:
- Constant Field Values
-
FORMAT_PDF_A_1B
public static final String FORMAT_PDF_A_1B
- See Also:
- Constant Field Values
-
FORMAT_PDF_A_2A
public static final String FORMAT_PDF_A_2A
- See Also:
- Constant Field Values
-
FORMAT_PDF_A_3A
public static final String FORMAT_PDF_A_3A
- See Also:
- Constant Field Values
-
FORMAT_PDF_UA_1
public static final String FORMAT_PDF_UA_1
- See Also:
- Constant Field Values
-
TYPE_RTF
public static final String TYPE_RTF
- See Also:
- Constant Field Values
-
TYPE_HTML
public static final String TYPE_HTML
- See Also:
- Constant Field Values
-
TYPE_HTML_FRAGMENT
public static final String TYPE_HTML_FRAGMENT
- See Also:
- Constant Field Values
-
TYPE_XLS
public static final String TYPE_XLS
- See Also:
- Constant Field Values
-
TYPE_XLSX
public static final String TYPE_XLSX
- See Also:
- Constant Field Values
-
TYPE_FO
public static final String TYPE_FO
- See Also:
- Constant Field Values
-
TYPE_MD
public static final String TYPE_MD
- See Also:
- Constant Field Values
-
TYPE_CSV
public static final String TYPE_CSV
- See Also:
- Constant Field Values
-
DOC_VERSION_COMPATIBILITY_2_X
public static final String DOC_VERSION_COMPATIBILITY_2_X
- See Also:
- Constant Field Values
-
DOC_VERSION_COMPATIBILITY_1_X
public static final String DOC_VERSION_COMPATIBILITY_1_X
- See Also:
- Constant Field Values
-
DOC_VERSION_COMPATIBILITY_DEFAULT
public static final String DOC_VERSION_COMPATIBILITY_DEFAULT
- See Also:
- Constant Field Values
-
-