Interface CSSPageRule

All Superinterfaces:
CSSRule, CSSRule

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

    • getSelectorText

      String getSelectorText()
      Get a serialization of the associated list of CSS page selectors.
      Returns:
      a serialization of the page selectors.
    • setSelectorText

      void setSelectorText(String selectorText)
      Sets the page selectors associated to this rule.
      Parameters:
      selectorText - a parsable serialization of page selectors.