|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IncludedCssStyleSheetHandle | |
|---|---|
| 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 | |
|---|---|
IncludedCssStyleSheetHandle |
ReportDesignHandle.findIncludedCssStyleSheetHandleByFileName(java.lang.String fileName)
Gets IncludedCssStyleSheetHandle by file name. |
IncludedCssStyleSheetHandle |
ThemeHandle.findIncludedCssStyleSheetHandleByName(java.lang.String fileName)
Gets IncludedCssStyleSheetHandle by file name. |
| Methods in org.eclipse.birt.report.model.api that return types with arguments of type IncludedCssStyleSheetHandle | |
|---|---|
java.util.List<IncludedCssStyleSheetHandle> |
ReportDesignHandle.getAllExternalIncludedCsses()
Gets the list of the included css style sheets that set the external URI. |
| Methods in org.eclipse.birt.report.model.api with parameters of type IncludedCssStyleSheetHandle | |
|---|---|
boolean |
ThemeHandle.canRenameCss(IncludedCssStyleSheetHandle handle,
java.lang.String newFileName)
Checks included style sheet can be renamed or not. |
boolean |
ReportDesignHandle.canRenameCss(IncludedCssStyleSheetHandle handle,
java.lang.String newFileName)
Checks css can be renamed or not. |
void |
ThemeHandle.renameCss(IncludedCssStyleSheetHandle handle,
java.lang.String newFileName)
Renames both IncludedCssStyleSheet and
CSSStyleSheet |
void |
ReportDesignHandle.renameCss(IncludedCssStyleSheetHandle handle,
java.lang.String newFileName)
Renames both IncludedCssStyleSheet and
CSSStyleSheet |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||