Uses of Class
com.arctorus.documents.ExportType

Packages that use ExportType
com.arctorus.documents   
 

Uses of ExportType in com.arctorus.documents
 

Methods in com.arctorus.documents that return ExportType
static ExportType ExportType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExportType[] ExportType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.arctorus.documents with parameters of type ExportType
 void Document.save(ExportType exportType, java.io.InputStream templateDocument, java.io.OutputStream outputStream)
          Save document to the provided output stream in specified file format using template presentation.
 void Document.save(ExportType exportType, java.io.OutputStream outputStream)
          Save document to the provided output stream in specified file format.
 void Document.save(ExportType exportType, java.lang.String outputPath)
          Save document to the provided output stream in specified file format.
 void Document.save(ExportType exportType, java.lang.String templatePath, java.lang.String outputPath)
          Save document to the provided output stream in specified file format using template presentation.