writer2latex.office

Class MIMETypes

public final class MIMETypes extends MIMETypes

MIMETypes.java This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1, as published by the Free Software Foundation. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Copyright: 2002-2008 by Henrik Just All Rights Reserved. Version 1.0 (2008-11-24)
Field Summary
static StringBIBTEX_EXT
static StringBMP_EXT
static byte[]BMP_SIG
static StringCALC
static StringCHART
static StringDRAW
static StringEPS_EXT
static byte[]EPS_SIG
static byte[]GIF87_SIG
static byte[]GIF89_SIG
static StringGIF_EXT
static StringIMPRESS
static StringJPEG_EXT
static byte[]JPEG_SIG
static StringLATEX_EXT
static StringMATH
static StringODF
static StringODP
static StringODS
static StringODT
static StringPDF_EXT
static StringPNG_EXT
static byte[]PNG_SIG
static StringSVM_EXT
static byte[]SVM_SIG
static StringTIFF_EXT
static byte[]TIFF_SIG
static byte[]WMF30_SIG
static StringWMF_EXT
static byte[]WMF_SIG
static StringWRITER
static StringXHTML_EXT
static StringXHTML_MATHML_EXT
static StringXHTML_MATHML_XSL_EXT
static StringZIP
static byte[]ZIP_SIG
Method Summary
static StringgetFileExtension(String sMIME)
static StringgetMagicMIMEType(byte[] blob)
static booleanisVectorFormat(String sMIME)

Field Detail

BIBTEX_EXT

public static final String BIBTEX_EXT

BMP_EXT

public static final String BMP_EXT

BMP_SIG

public static final byte[] BMP_SIG

CALC

public static final String CALC

CHART

public static final String CHART

DRAW

public static final String DRAW

EPS_EXT

public static final String EPS_EXT

EPS_SIG

public static final byte[] EPS_SIG

GIF87_SIG

public static final byte[] GIF87_SIG

GIF89_SIG

public static final byte[] GIF89_SIG

GIF_EXT

public static final String GIF_EXT

IMPRESS

public static final String IMPRESS

JPEG_EXT

public static final String JPEG_EXT

JPEG_SIG

public static final byte[] JPEG_SIG

LATEX_EXT

public static final String LATEX_EXT

MATH

public static final String MATH

ODF

public static final String ODF

ODP

public static final String ODP

ODS

public static final String ODS

ODT

public static final String ODT

PDF_EXT

public static final String PDF_EXT

PNG_EXT

public static final String PNG_EXT

PNG_SIG

public static final byte[] PNG_SIG

SVM_EXT

public static final String SVM_EXT

SVM_SIG

public static final byte[] SVM_SIG

TIFF_EXT

public static final String TIFF_EXT

TIFF_SIG

public static final byte[] TIFF_SIG

WMF30_SIG

public static final byte[] WMF30_SIG

WMF_EXT

public static final String WMF_EXT

WMF_SIG

public static final byte[] WMF_SIG

WRITER

public static final String WRITER

XHTML_EXT

public static final String XHTML_EXT

XHTML_MATHML_EXT

public static final String XHTML_MATHML_EXT

XHTML_MATHML_XSL_EXT

public static final String XHTML_MATHML_XSL_EXT

ZIP

public static final String ZIP

ZIP_SIG

public static final byte[] ZIP_SIG

Method Detail

getFileExtension

public static final String getFileExtension(String sMIME)

getMagicMIMEType

public static final String getMagicMIMEType(byte[] blob)

isVectorFormat

public static boolean isVectorFormat(String sMIME)