|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderRequest | |
com.docmosis.document |
Uses of RenderRequest in com.docmosis.document |
Methods in com.docmosis.document that return RenderRequest | |
RenderRequest |
RenderRequest.setImageSupplier(ImageSupplier imageSupplier)
Set the image supplier to use for sourcing images for population. |
RenderRequest |
RenderRequest.setImageScalingDefault(ImageScalingDefault imageScalingDefault)
Set the default image scaling method (eg fit or stretch) to use when inserting images into the template. |
RenderRequest |
RenderRequest.setTemplateStore(TemplateStore templateStore)
Set the template store to use. |
RenderRequest |
RenderRequest.setConversionInstruction(ConversionInstruction conversionInstruction)
Set the conversion instruction to use for this request. |
RenderRequest |
RenderRequest.setTemplateIdentifier(TemplateIdentifier templateIdentifier)
Set the template to use. |
RenderRequest |
RenderRequest.setTemplateFile(File templateFile)
Specify the template to use by a direct reference to the source template file. |
RenderRequest |
RenderRequest.setTemplateStream(InputStream templateStream,
String name,
boolean removeAfterUse)
Specify that the template is to be obtained by reading the given InputStream. |
RenderRequest |
RenderRequest.setRemoveTemplateAfterUse(boolean remove)
Specify whether or not the template should be removed from the TemplateStore (the local cache) after being used for rendering. |
RenderRequest |
RenderRequest.setDataProvider(DataProvider dataProvider)
Set the data to use for the render |
RenderRequest |
RenderRequest.setPopulationErrorsFatal(Boolean populationErrorsFatal)
Specify whether population errors should be fatal. |
RenderRequest |
RenderRequest.setProcessStylesInText(Boolean processTextStyles)
Specify whether text data should be parsed for HTML-like data. |
RenderRequest |
RenderRequest.setOutputStream(OutputStream streamTo)
Specify where to stream the result. |
RenderRequest |
RenderRequest.setOutputFile(File outputFile)
Set the file to write the result to. |
Methods in com.docmosis.document with parameters of type RenderRequest | |
static DocumentRenderResult |
DocumentProcessor.renderDoc(RenderRequest request)
Execute a render using the given render request. |
|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |