Class RenderOption

java.lang.Object
org.eclipse.birt.report.engine.api.TaskOption
org.eclipse.birt.report.engine.api.RenderOption
All Implemented Interfaces:
IRenderOption, ITaskOption
Direct Known Subclasses:
DocxRenderOption, EXCELRenderOption, HTMLRenderOption, PDFRenderOption, RenderOptionBase

public class RenderOption extends TaskOption implements IRenderOption
Settings for rendering a report to an output format. Currently supported options include format of the request, whether to render HTML with style sheet, etc. Potential future options includes image formats in PDF (vector or bitmap), font embedding options, etc.

The predefined options strings are what BIRT supports. Other options are available depending on custom extensions.