net.sf.joott.uno
Class DocumentFormat
java.lang.Object
net.sf.joott.uno.DocumentFormat
- public class DocumentFormat
- extends Object
Document format.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT
public static final DocumentFormat TEXT
XML_WRITER
public static final DocumentFormat XML_WRITER
- OpenOffice.org standard Writer XML format.
PDF_WRITER
public static final DocumentFormat PDF_WRITER
MS_WORD_97
public static final DocumentFormat MS_WORD_97
RTF
public static final DocumentFormat RTF
HTML_WRITER
public static final DocumentFormat HTML_WRITER
XML_CALC
public static final DocumentFormat XML_CALC
- OpenOffice.org standard Calc XML format.
PDF_CALC
public static final DocumentFormat PDF_CALC
MS_EXCEL_97
public static final DocumentFormat MS_EXCEL_97
HTML_CALC
public static final DocumentFormat HTML_CALC
DocumentFormat
public DocumentFormat(String mimeType,
String fileExtension,
String filterName)
DocumentFormat
public DocumentFormat(String mimeType,
String fileExtension,
Map filterProperties)
getMimeType
public String getMimeType()
getFileExtension
public String getFileExtension()
getFilterProperties
public Map getFilterProperties()