API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.css. CSSPageRule View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 CSSRule
      CSSPageRule
Subinterfaces
Description
public interface CSSPageRule
  The CSSPageRule interface represents a @page rule within a CSS style sheet.
See also:   
Methods
Hide/Show inherited methods
public String getSelectorText ()
The parsable textual representation of the page selector for the rule.
public CSSStyleDeclaration getStyle ()
The declaration-block of this rule.
public void setSelectorText (String selectorText) throws DOMException
  The parsable textual representation of the page selector for the rule.
Fields
Hide/Show inherited fields
publicfinalstatic short CHARSET_RULE = "2" [Inherited From CSSRule]
The rule is a CSSCharsetRule.
publicfinalstatic short FONT_FACE_RULE = "5" [Inherited From CSSRule]
The rule is a CSSFontFaceRule.
publicfinalstatic short IMPORT_RULE = "3" [Inherited From CSSRule]
The rule is a CSSImportRule.
publicfinalstatic short MEDIA_RULE = "4" [Inherited From CSSRule]
The rule is a CSSMediaRule.
publicfinalstatic short PAGE_RULE = "6" [Inherited From CSSRule]
The rule is a CSSPageRule.
publicfinalstatic short STYLE_RULE = "1" [Inherited From CSSRule]
The rule is a CSSStyleRule.
publicfinalstatic short UNKNOWN_RULE = "0" [Inherited From CSSRule]
The rule is a CSSUnknownRule.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar