Uses of Class
com.arctorus.documents.DocumentException

Packages that use DocumentException
com.arctorus.documents   
 

Uses of DocumentException in com.arctorus.documents
 

Methods in com.arctorus.documents that throw DocumentException
 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.
 void Texture.setData(java.io.InputStream inputStream)
          Set image data from input stream.
 void Picture.setData(java.io.InputStream inputStream)
          Set image data from input stream.