Class and Description |
---|
org.eclipse.birt.report.engine.api.HTMLEmitterConfig
since 2.2, use HTMLRenderOption or RenderOption directly
|
org.eclipse.birt.report.engine.api.HTMLRenderContext
set the property to RenderOption directly.
|
org.eclipse.birt.report.engine.api.PDFRenderContext
set the option to RenderOption directly.
|
org.eclipse.birt.report.engine.api.RenderOptionBase
use RenderOption instead
|
Field and Description |
---|
org.eclipse.birt.report.engine.api.EngineConstants.APPCONTEXT_CHART_PRINT_RESOLUTION
use APPCONTEXT_CHART_RESOLUTION instead of APPCONTEXT_CHART_PRINT_RESOLUTION
|
org.eclipse.birt.report.engine.api.IPDFRenderOption.FIT_TO_PAGE
Scale the content to fit into the page, when the content exceeds page size.
This property has been deprecated, please set PAGE_OVERFLOW = FIT_TO_PAGE_SIZE instead.
|
org.eclipse.birt.report.engine.api.IPDFRenderOption.FONT_DIRECTORY
define the font directory used by PDF.
|
org.eclipse.birt.report.engine.api.IHTMLRenderOption.HTML_INCLUDE_SELECTION_HANDLE
use METADATA
|
org.eclipse.birt.report.engine.content.IImageContent.IMAGE_URI
replaced by IMAGE_URL
|
org.eclipse.birt.report.engine.api.IPDFRenderOption.IS_EMBEDDED_FONT
should the true-type font be embedded into the generated PDF file.
|
org.eclipse.birt.report.engine.api.IPDFRenderOption.PAGEBREAK_PAGINATION_ONLY
The flag to indicate whether PDF layout use auto page break or not.
if it is set to true, then auto page break will not take effect.
This property has been deprecated, please set PAGE_OVERFLOW = OUTPUT_TO_MULTIPLE_PAGES instead.
|
Copyright © 2008 Actuate Corp. All rights reserved.