Class CSSPageRule
java.lang.Object
org.pentaho.reporting.libraries.css.model.StyleRule
org.pentaho.reporting.libraries.css.model.CSSDeclarationRule
org.pentaho.reporting.libraries.css.model.CSSPageRule
- All Implemented Interfaces:
Serializable
,Cloneable
A page rule contains (among others) page area rules as childs.
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorDescriptionCSSPageRule
(StyleSheet parentStyle, StyleRule parentRule, String name, String pseudoPage) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRule
(CSSPageAreaRule rule) void
deleteRule
(int index) getName()
getRule
(int index) int
void
insertRule
(int index, CSSPageAreaRule rule) Methods inherited from class org.pentaho.reporting.libraries.css.model.CSSDeclarationRule
clear, clone, getImportantValues, getPropertyCSSValue, getPropertyKeysAsArray, getStyleValues, isEmpty, isImportant, removeProperty, setImportant, setPropertyValue, setPropertyValue, setPropertyValueAsString
Methods inherited from class org.pentaho.reporting.libraries.css.model.StyleRule
getParentRule, getParentStyle, getStyleKeyRegistry, isReadOnly, makeReadOnly, setParentRule, setParentStyle
-
Constructor Details
-
CSSPageRule
-
-
Method Details
-
addRule
-
insertRule
-
deleteRule
public void deleteRule(int index) -
getRuleCount
public int getRuleCount() -
getRule
-
getName
-
getPseudoPage
-