Docmosis API 4.5.0

Uses of Class
com.docmosis.document.converter.ConversionFormat

Packages that use ConversionFormat
com.docmosis.document   
com.docmosis.document.converter   
 

Uses of ConversionFormat in com.docmosis.document
 

Methods in com.docmosis.document with parameters of type ConversionFormat
static DocumentRenderResult DocumentProcessor.renderDoc(File template, OutputStream outputStream, ConversionFormat format, DataProvider dp)
          Render the given template to the given output stream with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, OutputStream outputStream, ConversionFormat format, DataProvider dp, boolean cleanupDataProvider)
          Render the given template to the given output stream with the given data.
 

Uses of ConversionFormat in com.docmosis.document.converter
 

Fields in com.docmosis.document.converter declared as ConversionFormat
static ConversionFormat ConversionFormat.FORMAT_PDF
          Specify PDF as the format
static ConversionFormat ConversionFormat.FORMAT_WORD
          Specify Word as the format
static ConversionFormat ConversionFormat.FORMAT_WORD_XML
          Specify Word XML as the format
static ConversionFormat ConversionFormat.FORMAT_DOCX
          Specify DOCX as the format
static ConversionFormat ConversionFormat.FORMAT_ODT
          Specify ODT (Open Document Text) as the format
static ConversionFormat ConversionFormat.FORMAT_FODT
          Specify FODT (Flat Open Document Text) as the format
static ConversionFormat ConversionFormat.FORMAT_RTF
          Specify RTF (Rich Text Format) as the format
static ConversionFormat ConversionFormat.FORMAT_HTML
          Specify HTML as the format.
static ConversionFormat ConversionFormat.FORMAT_XHTML
          Specify XHTML as the format
static ConversionFormat ConversionFormat.FORMAT_TEXT
          Specify TEXT as the format
static ConversionFormat ConversionFormat.FORMAT_XLS
           
static ConversionFormat ConversionFormat.FORMAT_XLSX
           
static ConversionFormat ConversionFormat.FORMAT_PPT
           
static ConversionFormat ConversionFormat.FORMAT_ODG
           
static ConversionFormat ConversionFormat.FORMAT_ODS
           
static ConversionFormat ConversionFormat.FORMAT_ODP
           
static ConversionFormat ConversionFormat.FORMAT_PNG
           
static ConversionFormat ConversionFormat.FORMAT_JPG
           
static ConversionFormat ConversionFormat.FORMAT_CSV
           
 

Methods in com.docmosis.document.converter that return ConversionFormat
static ConversionFormat ConversionFormat.getFormatForFileName(String fileName)
          Get the format matching the given file name (by using the extension in a case-insensitive manner).
static ConversionFormat ConversionFormat.getFormat(String extn)
          Get the format matching the given extension (eg "pdf") in a case-insensitive manner.
static ConversionFormat[] ConversionFormat.getFormatArray(String extns)
          Get the formats matching the given comma separated list of extensions (eg "pdf,doc") in a case-insensitive manner.
 ConversionFormat[] ConversionInstruction.getConversionFormats()
          Get the conversion formats specified by this instruction.
 

Methods in com.docmosis.document.converter with parameters of type ConversionFormat
static boolean ConversionFormat.hasCorrectExtension(String name, ConversionFormat format)
          Determine if the given file name has the correct extension for the given format.
static boolean ConversionFormat.fileNameMatchesFormat(String fileName, ConversionFormat format)
          Determine if the given file name matches the given format.
 Map ConversionInstruction.getConversionProperties(ConversionFormat format)
           
 ConversionInstruction ConversionInstruction.setConversionFormats(ConversionFormat[] conversionFormats)
          Specify the conversion formats for the returned result.
 boolean ConversionInstruction.includesFormat(ConversionFormat format)
          Determine if the specified format is included in the conversion formats currently set in this instruction.
 


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.