class CSSPageRule
|
The CSSPageRule interface represents a More... |
|
|
Public Methods
The CSSPageRule
interface represents a @page rule
within a CSS style sheet. The @page
rule is
used to specify the dimensions, orientation, margins, etc. of a
page box for paged media.
CSSPageRule ()
| CSSPageRule |
CSSPageRule (const CSSPageRule &other)
| CSSPageRule |
CSSPageRule (const CSSRule &other)
| CSSPageRule |
CSSPageRule (CSSPageRuleImpl *impl)
| CSSPageRule |
CSSPageRule & operator = (const CSSPageRule &other)
| operator = |
Reimplemented from CSSRule.
CSSPageRule & operator = (const CSSRule &other)
| operator = |
Reimplemented from CSSRule.
~CSSPageRule ()
| ~CSSPageRule |
[const]
The parsable textual representation of the page selector for
the rule.
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 style ()
| style |
[const]
The
declaration-block of this rule.
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |