|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRenderOption | |
org.eclipse.birt.report.engine.api | This is an application-writer's interface for using the BIRT report engine. |
org.eclipse.birt.report.engine.emitter | Defines the interfaces of report emitters, and also provides serval general classes for emitters to output XML document, process hyperline, etc. |
Uses of IRenderOption in org.eclipse.birt.report.engine.api |
Classes in org.eclipse.birt.report.engine.api that implement IRenderOption | |
class |
FORenderOption
output settings for FO and PDF output formats. |
class |
HTMLRenderOption
output settings for HTML output format |
class |
RenderOptionBase
Settings for rendering a report to an output format. |
Methods in org.eclipse.birt.report.engine.api that return IRenderOption | |
IRenderOption |
IRenderTask.getRenderOption()
|
IRenderOption |
IReportPart.getRenderOption()
returns the rendering options |
IRenderOption |
IRunAndRenderTask.getRenderOption()
|
Methods in org.eclipse.birt.report.engine.api with parameters of type IRenderOption | |
void |
IRenderTask.setRenderOption(IRenderOption options)
set the rendering options |
void |
IRunAndRenderTask.setRenderOption(IRenderOption options)
set the rendering options |
Uses of IRenderOption in org.eclipse.birt.report.engine.emitter |
Methods in org.eclipse.birt.report.engine.emitter that return IRenderOption | |
IRenderOption |
IEmitterServices.getRenderOption()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |