Interface CSSPageRule

All Superinterfaces:
CSSDeclarationRule, CSSRule, org.w3c.dom.css.CSSRule
All Known Implementing Classes:
PageRule

public interface CSSPageRule extends CSSDeclarationRule
A CSS @page rule.
  • Method Details

    • getMarginRules

      CSSRuleList<? extends CSSMarginRule> getMarginRules()
      Get the list of page-margin rules.
      Returns:
      the list of page-margin rules, or null if there are no margin rules.
    • getSelectorText

      String getSelectorText()
    • setSelectorText

      void setSelectorText(String selectorText) throws DOMException
      Throws:
      DOMException