Uses of Class
com.silverpeas.converter.DocumentFormat

Packages that use DocumentFormat
com.silverpeas.converter This package defines an API for document format conversion. 
com.silverpeas.converter.openoffice Provides an implementation of the document format conversion API by using an OpenOffice service running and listening at a given port. 
 

Uses of DocumentFormat in com.silverpeas.converter
 

Methods in com.silverpeas.converter that return DocumentFormat
 DocumentFormat[] DocumentFormatConversion.getSupportedFormats()
          Gets the formats of documents supported by the converter.
static DocumentFormat DocumentFormat.inFormat(DocumentFormat format)
          A helper method to improve readability in method calls with a document format as argument.
static DocumentFormat DocumentFormat.inFormat(String format)
          A helper method to both improve the readability in method calls and to encode a string representation of a document format into the corresponding instance.
static DocumentFormat DocumentFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocumentFormat[] DocumentFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.silverpeas.converter with parameters of type DocumentFormat
 File DocumentFormatConversion.convert(File source, DocumentFormat inFormat, FilterOption... options)
          Converts the specified document in the specified format.
 File DocumentFormatConversion.convert(File source, File destination, DocumentFormat inFormat, FilterOption... options)
          Converts the specified document in the specified format.
 void DocumentFormatConversion.convert(InputStream source, DocumentFormat inFormat, OutputStream destination, DocumentFormat outFormat, FilterOption... options)
          Converts the specified inputstream/format in the specified outputstream/format.
static DocumentFormat DocumentFormat.inFormat(DocumentFormat format)
          A helper method to improve readability in method calls with a document format as argument.
 

Uses of DocumentFormat in com.silverpeas.converter.openoffice
 

Methods in com.silverpeas.converter.openoffice that return DocumentFormat
 DocumentFormat[] OpenOfficeHTMLConverter.getSupportedFormats()
           
 DocumentFormat[] OpenOfficeToHTMLConverter.getSupportedFormats()
           
 DocumentFormat[] OpenOfficeODTConverter.getSupportedFormats()
           
 DocumentFormat[] OpenOfficeToPDFConverter.getSupportedFormats()
           
 

Methods in com.silverpeas.converter.openoffice with parameters of type DocumentFormat
 File OpenOfficeConverter.convert(File source, DocumentFormat inFormat, FilterOption... options)
           
 File OpenOfficeConverter.convert(File source, File destination, DocumentFormat inFormat, FilterOption... options)
           
 void OpenOfficeConverter.convert(InputStream source, DocumentFormat inFormat, OutputStream destination, DocumentFormat outFormat, FilterOption... options)
           
 void SilverpeasOpenOfficeDocumentConverter.convert(InputStream source, DocumentFormat inFormat, OutputStream destination, DocumentFormat outFormat, FilterOption... options)
          Conversion from streams.
protected  void OpenOfficeConverter.convert(SilverpeasOpenOfficeDocumentConverter documentConverter, InputStream source, DocumentFormat inFormat, OutputStream destination, DocumentFormat outFormat, FilterOption... options)
          Technical converting operations
 



Copyright © 2016 Silverpeas. All Rights Reserved.