Class CSSPageRule

All Implemented Interfaces:
Serializable, Cloneable

public class CSSPageRule extends CSSDeclarationRule
A page rule contains (among others) page area rules as childs.
Author:
Thomas Morgner
See Also:
  • Constructor Details

  • Method Details

    • addRule

      public void addRule(CSSPageAreaRule rule)
    • insertRule

      public void insertRule(int index, CSSPageAreaRule rule)
    • deleteRule

      public void deleteRule(int index)
    • getRuleCount

      public int getRuleCount()
    • getRule

      public CSSPageAreaRule getRule(int index)
    • getName

      public String getName()
    • getPseudoPage

      public String getPseudoPage()