public class CSSPageRule extends CSSDeclarationRule
Constructor | Description |
---|---|
CSSPageRule(StyleSheet parentStyle,
StyleRule parentRule,
java.lang.String name,
java.lang.String pseudoPage) |
Modifier and Type | Method | Description |
---|---|---|
void |
addRule(CSSPageAreaRule rule) |
|
void |
deleteRule(int index) |
|
java.lang.String |
getName() |
|
java.lang.String |
getPseudoPage() |
|
CSSPageAreaRule |
getRule(int index) |
|
int |
getRuleCount() |
|
void |
insertRule(int index,
CSSPageAreaRule rule) |
clear, clone, getImportantValues, getPropertyCSSValue, getPropertyKeysAsArray, getStyleValues, isEmpty, isImportant, removeProperty, setImportant, setPropertyValue, setPropertyValue, setPropertyValueAsString, setPropertyValueAsString
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParentRule, getParentStyle, getStyleKeyRegistry, isReadOnly, makeReadOnly, setParentRule, setParentStyle
public CSSPageRule(StyleSheet parentStyle, StyleRule parentRule, java.lang.String name, java.lang.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 java.lang.String getName()
public java.lang.String getPseudoPage()