DOM::CSSPageRule Class Reference
Inheritance diagram for DOM::CSSPageRule:

Detailed Description
Definition at line 362 of file css_rule.h.
Public Member Functions | |
| CSSPageRule () | |
| CSSPageRule (const CSSPageRule &other) | |
| CSSPageRule (const CSSRule &other) | |
| CSSPageRule (CSSPageRuleImpl *impl) | |
| CSSPageRule & | operator= (const CSSPageRule &other) |
| CSSPageRule & | operator= (const CSSRule &other) |
| ~CSSPageRule () | |
| DOM::DOMString | selectorText () const |
| void | setSelectorText (const DOM::DOMString &) |
| CSSStyleDeclaration | style () const |
Member Function Documentation
|
|
The parsable textual representation of the page selector for the rule.
Definition at line 357 of file css_rule.cpp. |
|
|
see selectorText
Definition at line 363 of file css_rule.cpp. |
|
|
The declaration-block of this rule.
Definition at line 368 of file css_rule.cpp. |
The documentation for this class was generated from the following files:

