Uses of Interface
org.eclipse.birt.report.engine.api.IRenderOption
Packages that use IRenderOption
Package
Description
This is an application-writer's interface for using the BIRT report engine.
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
Subinterfaces of IRenderOption in org.eclipse.birt.report.engine.apiModifier and TypeInterfaceDescriptioninterface
interface
Interface of constants of the HTML Render Opitons.interface
Defines render options for PDF emitter.interface
interface
Classes in org.eclipse.birt.report.engine.api that implement IRenderOptionModifier and TypeClassDescriptionclass
Render option of docx outputclass
class
Deprecated.since 2.2, use HTMLRenderOption or RenderOption directlyclass
output settings for HTML output formatclass
Defines render options for emittersclass
Settings for rendering a report to an output format.class
Deprecated.use RenderOption insteadFields in org.eclipse.birt.report.engine.api declared as IRenderOptionModifier and TypeFieldDescriptionprotected IRenderOption
HTMLRenderContext.renderOption
Deprecated.HTML render optionMethods in org.eclipse.birt.report.engine.api that return IRenderOptionModifier and TypeMethodDescriptionHTMLRenderContext.getRenderOption()
Deprecated.IRenderTask.getRenderOption()
IReportPart.getRenderOption()
returns the rendering optionsIRunAndRenderTask.getRenderOption()
Methods in org.eclipse.birt.report.engine.api with parameters of type IRenderOptionModifier and TypeMethodDescriptionvoid
HTMLRenderContext.setRenderOption
(IRenderOption option) Deprecated.void
IRenderTask.setRenderOption
(IRenderOption options) set the rendering optionsvoid
IRunAndRenderTask.setRenderOption
(IRenderOption options) set the rendering optionsvoid
HTMLRenderContext.SetRenderOption
(IRenderOption option) Deprecated.it is deprecated and use the setRenderOption instead.Constructors in org.eclipse.birt.report.engine.api with parameters of type IRenderOptionModifierConstructorDescriptionEXCELRenderOption
(IRenderOption options) HTMLRenderOption
(IRenderOption options) ConstructorPDFRenderOption
(IRenderOption options) Constructor.RenderOption
(IRenderOption options) Constructor. -
Uses of IRenderOption in org.eclipse.birt.report.engine.emitter
Methods in org.eclipse.birt.report.engine.emitter that return IRenderOption