public class CSSPageRule extends CSSDeclarationRule
Constructor and Description |
---|
CSSPageRule(StyleSheet parentStyle,
StyleRule parentRule,
String name,
String pseudoPage) |
Modifier and Type | Method and Description |
---|---|
void |
addRule(CSSPageAreaRule rule) |
void |
deleteRule(int index) |
String |
getName() |
String |
getPseudoPage() |
CSSPageAreaRule |
getRule(int index) |
int |
getRuleCount() |
void |
insertRule(int index,
CSSPageAreaRule rule) |
clear, clone, getImportantValues, getPropertyCSSValue, getPropertyKeysAsArray, getStyleValues, isEmpty, isImportant, removeProperty, setPropertyValue, setPropertyValue, setPropertyValueAsString
getParentRule, getParentStyle, getStyleKeyRegistry, isReadOnly, makeReadOnly
public CSSPageRule(StyleSheet parentStyle, StyleRule parentRule, String name, String pseudoPage)
public void addRule(CSSPageAreaRule rule)
public void insertRule(int index, CSSPageAreaRule rule)
public void deleteRule(int index)
public int getRuleCount()
public CSSPageAreaRule getRule(int index)
public String getName()
public String getPseudoPage()