Uses of Interface
org.eclipse.birt.report.engine.content.IStyle
-
Packages that use IStyle Package Description org.eclipse.birt.report.engine.content Defines interfaces of BIRT report items for Engine to pass from executors to emitters.org.eclipse.birt.report.engine.extension 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 IStyle Modifier and Type Method Description IStyle
IReportContent. createStyle()
create a style.IStyle
IReportContent. findStyle(java.lang.String styleClass)
find the named style.IStyle
IStyledElement. getComputedStyle()
IStyle
IPageContent. getContentComputedStyle()
Deprecated.use getPageBody().getComputedStyle()IStyle
IPageContent. getContentStyle()
Deprecated.use getPageBody().getStyle()IStyle
IColumn. getInlineStyle()
IStyle
IContent. getInlineStyle()
IStyle
IStyledElement. getStyle()
Methods in org.eclipse.birt.report.engine.content with parameters of type IStyle Modifier and Type Method Description void
IColumn. setInlineStyle(IStyle style)
void
IContent. setInlineStyle(IStyle style)
void
IStyle. setProperties(IStyle style)
-
Uses of IStyle in org.eclipse.birt.report.engine.extension
Methods in org.eclipse.birt.report.engine.extension with parameters of type IStyle Modifier and Type Method Description void
IReportItemPresentation. setDynamicStyle(IStyle style)
Deprecated.implement #init(IReportItemPresentationInfo) instead.
-