Package com.documents4j.api
Class DocumentType.Value
- java.lang.Object
-
- com.documents4j.api.DocumentType.Value
-
- Enclosing class:
- DocumentType
public static class DocumentType.Value extends Object
A holder type for type and subtype names of knownDocumentTypes.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATIONstatic StringCSVstatic StringDOCstatic StringDOCXstatic StringEXCEL_ANYstatic StringHTMLstatic StringMHTMLstatic StringODSstatic StringOTSstatic StringPDFstatic StringPDFAstatic StringPLAINstatic StringPOWERPOINT_ANYstatic StringPPTstatic StringPPTXstatic StringRTFstatic StringTEXTstatic StringWORD_ANYstatic StringXLSstatic StringXLSXstatic StringXLTXstatic StringXML
-
-
-
Field Detail
-
APPLICATION
public static final String APPLICATION
- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
- See Also:
- Constant Field Values
-
DOC
public static final String DOC
- See Also:
- Constant Field Values
-
DOCX
public static final String DOCX
- See Also:
- Constant Field Values
-
WORD_ANY
public static final String WORD_ANY
- See Also:
- Constant Field Values
-
XLS
public static final String XLS
- See Also:
- Constant Field Values
-
XLSX
public static final String XLSX
- See Also:
- Constant Field Values
-
XLTX
public static final String XLTX
- See Also:
- Constant Field Values
-
EXCEL_ANY
public static final String EXCEL_ANY
- See Also:
- Constant Field Values
-
ODS
public static final String ODS
- See Also:
- Constant Field Values
-
OTS
public static final String OTS
- See Also:
- Constant Field Values
-
PDF
public static final String PDF
- See Also:
- Constant Field Values
-
PDFA
public static final String PDFA
- See Also:
- Constant Field Values
-
RTF
public static final String RTF
- See Also:
- Constant Field Values
-
XML
public static final String XML
- See Also:
- Constant Field Values
-
MHTML
public static final String MHTML
- See Also:
- Constant Field Values
-
HTML
public static final String HTML
- See Also:
- Constant Field Values
-
CSV
public static final String CSV
- See Also:
- Constant Field Values
-
PLAIN
public static final String PLAIN
- See Also:
- Constant Field Values
-
PPT
public static final String PPT
- See Also:
- Constant Field Values
-
PPTX
public static final String PPTX
- See Also:
- Constant Field Values
-
POWERPOINT_ANY
public static final String POWERPOINT_ANY
- See Also:
- Constant Field Values
-
-