Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
CssSharedStyleHandle
Css shared style handle.
|
Modifier and Type | Method and Description |
---|---|
SharedStyleHandle |
ModuleHandleImpl.findNativeStyle(java.lang.String name)
Finds a style by its name in this module.
|
SharedStyleHandle |
ModuleHandleImpl.findStyle(java.lang.String name)
Finds a style by its name in this module and the included modules.
|
SharedStyleHandle |
DesignElementHandle.getStyle()
Returns the shared style, if any, as a style handle.
|
Modifier and Type | Method and Description |
---|---|
void |
DesignElementHandle.setStyle(SharedStyleHandle style)
Sets the shared style element for this element.
|
void |
ContentElementHandle.setStyle(SharedStyleHandle style) |
Modifier and Type | Method and Description |
---|---|
void |
ReportItemThemeHandle.importCssStyles(CssStyleSheetHandle stylesheet,
java.util.List<SharedStyleHandle> selectedStyles)
Imports the selected styles in a
CssStyleSheetHandle to the
given theme of the library. |
Modifier and Type | Method and Description |
---|---|
SharedStyleHandle |
CssStyleSheetHandle.findStyle(java.lang.String name)
Gets a style handle with the given name in the style sheet.
|
Copyright © 2008 Actuate Corp. All rights reserved.