Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | cssrule.CSSRule --+ | CSSPageRule
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.
Inherits properties from CSSRule
page : PAGE_SYM S* pseudo_page? S* LBRACE S* declaration [ ';' S* declaration ]* '}' S* ; pseudo_page : ':' IDENT # :first, :left, :right in CSS 2.1 ;
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
type = 6 The type of this rule, as defined by a CSSRule type constant. |
|||
Inherited from Inherited from Inherited from |
|
|||
cssText (DOM) The parsable textual representation of the rule. |
|||
selectorText (DOM) The parsable textual representation of the page selector for the rule. |
|||
style (DOM) The declaration-block of this rule set. |
|||
Inherited from Inherited from |
|
if readonly allows setting of properties in constructor only
|
parses selectorText which may also be a list of tokens and returns (selectorText, seq) see _setSelectorText for details |
|
DOMException on setting
|
wrapper for cssutils Selector object
If WS or Comments are included they are ignored here! Only way to add a comment is via setting cssText DOMException on setting
|
repr(x)
|
str(x)
|
|
cssText(DOM) The parsable textual representation of the rule.
|
selectorText(DOM) The parsable textual representation of the page selector for the rule.
|
style(DOM) The declaration-block of this rule set. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Feb 03 21:10:56 2008 | http://epydoc.sourceforge.net |