net.sf.joott.uno
Class DocumentFormat

java.lang.Object
  extended bynet.sf.joott.uno.DocumentFormat

public class DocumentFormat
extends Object

Document format.


Field Summary
static DocumentFormat HTML_CALC
           
static DocumentFormat HTML_WRITER
           
static DocumentFormat MS_EXCEL_97
           
static DocumentFormat MS_WORD_97
           
static DocumentFormat PDF_CALC
           
static DocumentFormat PDF_WRITER
           
static DocumentFormat RTF
           
static DocumentFormat TEXT
           
static DocumentFormat XML_CALC
          OpenOffice.org standard Calc XML format.
static DocumentFormat XML_WRITER
          OpenOffice.org standard Writer XML format.
 
Constructor Summary
DocumentFormat(String mimeType, String fileExtension, Map filterProperties)
           
DocumentFormat(String mimeType, String fileExtension, String filterName)
           
 
Method Summary
 String getFileExtension()
           
 Map getFilterProperties()
           
 String getMimeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DocumentFormat

public DocumentFormat(String mimeType,
                      String fileExtension,
                      String filterName)

DocumentFormat

public DocumentFormat(String mimeType,
                      String fileExtension,
                      Map filterProperties)
Method Detail

getMimeType

public String getMimeType()

getFileExtension

public String getFileExtension()

getFilterProperties

public Map getFilterProperties()