Uses of Class
org.eclipse.birt.report.model.api.elements.structures.IncludedCssStyleSheet
Packages that use IncludedCssStyleSheet
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Provides events when some command operations modify the state of the
Design Engine.
-
Uses of IncludedCssStyleSheet in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return IncludedCssStyleSheetModifier and TypeMethodDescriptionstatic IncludedCssStyleSheet
StructureFactory.createIncludedCssStyleSheet()
Create an empty include css style sheet ststructure.Methods in org.eclipse.birt.report.model.api with parameters of type IncludedCssStyleSheetModifier and TypeMethodDescriptionvoid
AbstractThemeHandle.addCss
(IncludedCssStyleSheet cssStruct) (non-Javadoc) -
Uses of IncludedCssStyleSheet in org.eclipse.birt.report.model.api.command
Methods in org.eclipse.birt.report.model.api.command that return IncludedCssStyleSheetModifier and TypeMethodDescriptionCssException.getIncludedStyleSheet()
Gets the included CSS style sheet for this exception.Constructors in org.eclipse.birt.report.model.api.command with parameters of type IncludedCssStyleSheetModifierConstructorDescriptionCssException
(org.eclipse.birt.report.model.core.Module module, IncludedCssStyleSheet styleSheet, String[] values, String errCode) Constructor.