Uses of Interface
org.eclipse.birt.report.engine.api.IRenderOption

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 HTMLRenderOption
          output settings for HTML output format
 class RenderOptionBase
          Settings for rendering a report to an output format.
 

Fields in org.eclipse.birt.report.engine.api declared as IRenderOption
protected  IRenderOption HTMLRenderContext.renderOption
          HTML render option
 

Methods in org.eclipse.birt.report.engine.api that return IRenderOption
 IRenderOption HTMLRenderContext.getRenderOption()
           
 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 HTMLRenderContext.SetRenderOption(IRenderOption option)
           
 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()
           
 



Copyright © 2005 Actuate Corp. All rights reserved.