class CSSPageRule

The CSSPageRule interface represents a More...

Full nameDOM::CSSPageRule
Definition#include <css_rule.h>
InheritsDOM::CSSRule [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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

DOM::DOMString  selectorText ()

selectorText

[const]

The parsable textual representation of the page selector for the rule.

void  setSelectorText ( const DOM::DOMString & )

setSelectorText

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 kde.faure.org on Thu Jan 17 22:18:15 2002, using kdoc 2.0a53.