Uses of Class
org.eclipse.birt.report.model.api.css.CssStyleSheetHandle

Packages that use CssStyleSheetHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.")  
org.eclipse.birt.report.model.api.css   
 

Uses of CssStyleSheetHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return CssStyleSheetHandle
 CssStyleSheetHandle ModuleHandle.openCssStyleSheet(java.lang.String fileName)
          Gets the result style sheet with given file name of an external CSS2 resource.
 CssStyleSheetHandle ModuleHandle.openCssStyleSheet(java.io.InputStream is)
          Gets the result style sheet with given file name of an external CSS2 resource.
 

Methods in org.eclipse.birt.report.model.api with parameters of type CssStyleSheetHandle
 void ReportDesignHandle.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles)
           
abstract  void ModuleHandle.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles)
          Imports the selected styles in a CssStyleSheetHandle to the module.
 void LibraryHandle.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles)
           
 void LibraryHandle.importCssStyles(CssStyleSheetHandle stylesheet, java.util.List selectedStyles, java.lang.String themeName)
          Imports the selected styles in a CssStyleSheetHandle to the given theme of the library.
 

Uses of CssStyleSheetHandle in org.eclipse.birt.report.model.api.css
 

Constructors in org.eclipse.birt.report.model.api.css with parameters of type CssStyleSheetHandle
StyleIterator(CssStyleSheetHandle styleSheet)
          Constructs a iterator to return the styles of the given style sheet.
 



Copyright © 2005 Actuate Corp. All rights reserved.