Uses of Interface
org.eclipse.birt.report.engine.content.IStyle

Packages that use IStyle
org.eclipse.birt.report.engine.content Defines interfaces of BIRT report items for Engine to pass from executors to emitters. 
 

Uses of IStyle in org.eclipse.birt.report.engine.content
 

Methods in org.eclipse.birt.report.engine.content that return IStyle
 IStyle IContent.getInlineStyle()
           
 IStyle IPageContent.getContentStyle()
           
 IStyle IPageContent.getContentComputedStyle()
           
 IStyle IReportContent.findStyle(java.lang.String styleClass)
          find the named style.
 IStyle IReportContent.createStyle()
          create a style.
 

Methods in org.eclipse.birt.report.engine.content with parameters of type IStyle
 void IContent.setInlineStyle(IStyle style)
           
 void IStyle.setProperties(IStyle style)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.