|
|
The <code> CSSPageRule </code> interface represents a <a href="http://www.w3.org/TR/REC-CSS2/page.html#page-box"> @page rule </a> within a CSS style sheet. The <code> @page </code> rule is used to specify the dimensions, orientation, margins, etc. of a page box for paged media.
| DOM::DOMString |
[const]
The parsable textual representation of the page selector for the rule.
| void |
see selectorText
Throws: CSSException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable., DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, style, sheet, is, readonly.
| CSSStyleDeclaration |
[const]
The <a href="http://www.w3.org/TR/REC-CSS2/syndata.html#q8"> declaration-block </a> of this rule.
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |