Package writer2xhtml.api
Class MIMETypes
java.lang.Object
writer2xhtml.api.MIMETypes
This class provides definitions of MIME types used by LibreOffice and Writer2xhtml (some are not genuine MIME types, but are used internally in Writer2xhtml)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant defining the MIME type for BMP-filesstatic final StringConstant defining the MIME type for EMF-filesstatic final StringConstant defining the MIME type for EPS-filesstatic final StringConstant defining the MIME type for EPUB-filesstatic final StringConstant defining the MIME type for EPUB 3-files (This is a fake MIME type, for internal use only)static final StringConstant defining the MIME type for GIF-filesstatic final StringConstant defining the MIME type for HTML5-files (This is a fake MIME type, for internal use only)static final StringConstant defining the MIME type for JPEG-filesstatic final StringConstant defining the MIME type for PDF-filesstatic final StringConstant defining the MIME type for PNG-filesstatic final StringConstant defining the MIME type for SVG-filesstatic final StringConstant defining the MIME type for SVM-filesstatic final StringConstant defining the MIME type for TIFF-filesstatic final StringConstant defining the MIME type for WMF-filesstatic final StringConstant defining the MIME type for XHTML-filesstatic final StringConstant defining the MIME type for XHTML+MathML-filesstatic final StringConstant defining the MIME type for XHTML 1.1-files (This is a fake MIME type, for internal use only) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PNG
Constant defining the MIME type for PNG-files- See Also:
-
JPEG
Constant defining the MIME type for JPEG-files- See Also:
-
GIF
Constant defining the MIME type for GIF-files- See Also:
-
TIFF
Constant defining the MIME type for TIFF-files- See Also:
-
BMP
Constant defining the MIME type for BMP-files- See Also:
-
EMF
Constant defining the MIME type for EMF-files- See Also:
-
WMF
Constant defining the MIME type for WMF-files- See Also:
-
EPS
Constant defining the MIME type for EPS-files- See Also:
-
SVG
Constant defining the MIME type for SVG-files- See Also:
-
SVM
Constant defining the MIME type for SVM-files- See Also:
-
PDF
Constant defining the MIME type for PDF-files- See Also:
-
XHTML
Constant defining the MIME type for XHTML-files- See Also:
-
XHTML11
Constant defining the MIME type for XHTML 1.1-files (This is a fake MIME type, for internal use only)- See Also:
-
XHTML_MATHML
Constant defining the MIME type for XHTML+MathML-files- See Also:
-
HTML5
Constant defining the MIME type for HTML5-files (This is a fake MIME type, for internal use only)- See Also:
-
EPUB
Constant defining the MIME type for EPUB-files- See Also:
-
EPUB3
Constant defining the MIME type for EPUB 3-files (This is a fake MIME type, for internal use only)- See Also:
-
-
Constructor Details
-
MIMETypes
public MIMETypes()
-