|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentRenderResult | |
---|---|
com.docmosis.document |
Uses of DocumentRenderResult in com.docmosis.document |
---|
Methods in com.docmosis.document that return DocumentRenderResult | |
---|---|
static DocumentRenderResult |
DocumentProcessor.renderDoc(File template,
File outputFile,
DataProvider dp)
Render the given template to the given output file with the given data. |
static DocumentRenderResult |
DocumentProcessor.renderDoc(File template,
File outputFile,
DataProvider dp,
boolean cleanupDataProvider)
Render the given template to the given output file with the given data. |
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. |
static DocumentRenderResult |
DocumentProcessor.renderDoc(RenderRequest request)
Execute a render using the given render request. |
static DocumentRenderResult |
DocumentProcessor.renderDoc(TemplateIdentifier templateId,
DataProvider dp,
ConversionInstruction instruction,
OutputStream streamTo)
Render the template specified by the given templateId with the given data according to the given instruction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |