org.jfree.layouting.input.style
public class CSSPageRule extends CSSDeclarationRule
| Constructor Summary | |
|---|---|
| CSSPageRule(StyleSheet parentStyle, StyleRule parentRule, String name, String pseudoPage) | |
| Method Summary | |
|---|---|
| void | addRule(CSSPageAreaRule rule) |
| void | deleteRule(int index) |
| String | getName() |
| String | getPseudoPage() |
| CSSPageAreaRule | getRule(int index) |
| int | getRuleCount() |
| void | insertRule(int index, CSSPageAreaRule rule) |