Uses of Interface
org.eclipse.birt.report.engine.content.IStyle
Packages that use IStyle
Package
Description
Defines interfaces of BIRT report items for Engine to pass from
executors to emitters.
This package defines 3 key interfaces ---- IReportItemQuery, IReportItemGeneration,
and IReportItemPresentation ---- that are used to process an extended item
at query preparation, report generation and report rendering times.
-
Uses of IStyle in org.eclipse.birt.report.engine.content
Methods in org.eclipse.birt.report.engine.content that return IStyleModifier and TypeMethodDescriptionIReportContent.createStyle()
create a style.find the named style.IStyledElement.getComputedStyle()
IPageContent.getContentComputedStyle()
Deprecated.use getPageBody().getComputedStyle()IPageContent.getContentStyle()
Deprecated.use getPageBody().getStyle()IColumn.getInlineStyle()
IContent.getInlineStyle()
IStyledElement.getStyle()
Methods in org.eclipse.birt.report.engine.content with parameters of type IStyleModifier and TypeMethodDescriptionvoid
IColumn.setInlineStyle
(IStyle style) void
IContent.setInlineStyle
(IStyle style) void
IStyle.setProperties
(IStyle style) Set the properties style based -
Uses of IStyle in org.eclipse.birt.report.engine.extension
Methods in org.eclipse.birt.report.engine.extension with parameters of type IStyleModifier and TypeMethodDescriptionvoid
IReportItemPresentation.setDynamicStyle
(IStyle style) Deprecated.implement #init(IReportItemPresentationInfo) instead.