Uses of Class
org.eclipse.birt.report.model.api.IncludedCssStyleSheetHandle
-
Packages that use IncludedCssStyleSheetHandle Package Description org.eclipse.birt.report.model.api 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 IncludedCssStyleSheetHandle Modifier and Type Method Description IncludedCssStyleSheetHandle
AbstractThemeHandle. findIncludedCssStyleSheetHandleByName(java.lang.String fileName)
Deprecated.IncludedCssStyleSheetHandle
AbstractThemeHandle. findIncludedCssStyleSheetHandleByProperties(java.lang.String fileName, java.lang.String externalCssURI, boolean useExternalCss)
(non-Javadoc)Methods in org.eclipse.birt.report.model.api with parameters of type IncludedCssStyleSheetHandle Modifier and Type Method Description boolean
AbstractThemeHandle. canRenameCss(IncludedCssStyleSheetHandle handle, java.lang.String newFileName)
Deprecated.boolean
AbstractThemeHandle. canRenameCssByProperties(IncludedCssStyleSheetHandle handle, java.lang.String newFileName, java.lang.String externalCssURI, boolean useExternalCss)
void
AbstractThemeHandle. renameCss(IncludedCssStyleSheetHandle handle, java.lang.String newFileName)
Deprecated.void
AbstractThemeHandle. renameCssByProperties(IncludedCssStyleSheetHandle handle, java.lang.String newFileName, java.lang.String externalCssURI, boolean useExternalCss)
(non-Javadoc)
-