Uses of Class
org.eclipse.birt.report.model.api.IncludedCssStyleSheetHandle
Packages that use IncludedCssStyleSheetHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of IncludedCssStyleSheetHandle in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return IncludedCssStyleSheetHandleModifier and TypeMethodDescriptionAbstractThemeHandle.findIncludedCssStyleSheetHandleByName
(String fileName) Deprecated.AbstractThemeHandle.findIncludedCssStyleSheetHandleByProperties
(String fileName, String externalCssURI, boolean useExternalCss) Find the included css style sheet handle based on propertiesMethods in org.eclipse.birt.report.model.api with parameters of type IncludedCssStyleSheetHandleModifier and TypeMethodDescriptionboolean
AbstractThemeHandle.canRenameCss
(IncludedCssStyleSheetHandle handle, String newFileName) Deprecated.boolean
AbstractThemeHandle.canRenameCssByProperties
(IncludedCssStyleSheetHandle handle, String newFileName, String externalCssURI, boolean useExternalCss) Verify if the css could be renamed by propertyvoid
AbstractThemeHandle.renameCss
(IncludedCssStyleSheetHandle handle, String newFileName) Deprecated.void
AbstractThemeHandle.renameCssByProperties
(IncludedCssStyleSheetHandle handle, String newFileName, String externalCssURI, boolean useExternalCss) Rename css properties based on properties