Class CSSPageAreaRule
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.model.StyleRule
-
- org.pentaho.reporting.libraries.css.model.CSSDeclarationRule
-
- org.pentaho.reporting.libraries.css.model.CSSPageAreaRule
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class CSSPageAreaRule extends CSSDeclarationRule
Creation-Date: 29.05.2006, 18:04:01- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSPageAreaRule(StyleSheet parentStyle, StyleRule parentRule, PageAreaType pageArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageAreaType
getPageArea()
-
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 Detail
-
CSSPageAreaRule
public CSSPageAreaRule(StyleSheet parentStyle, StyleRule parentRule, PageAreaType pageArea)
-
-
Method Detail
-
getPageArea
public PageAreaType getPageArea()
-
-