org.kde.koala
Class CSSPageRule

java.lang.Object
  extended by org.kde.koala.CSSRule
      extended by org.kde.koala.CSSPageRule
All Implemented Interfaces:
org.kde.qt.QtSupport

public class CSSPageRule
extends CSSRule

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.


Constructor Summary
  CSSPageRule()
           
protected CSSPageRule(java.lang.Class dummy)
           
  CSSPageRule(CSSPageRule other)
           
  CSSPageRule(CSSRule other)
           
 
Method Summary
 java.lang.String selectorText()
          The parsable textual representation of the page selector for the rule.
 void setSelectorText(java.lang.String arg1)
          see selectorText
 CSSStyleDeclaration style()
          The declaration-block of this rule.
 
Methods inherited from class org.kde.koala.CSSRule
cssText, isNull, parentRule, parentStyleSheet, setCssText, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSPageRule

protected CSSPageRule(java.lang.Class dummy)

CSSPageRule

public CSSPageRule()

CSSPageRule

public CSSPageRule(CSSPageRule other)

CSSPageRule

public CSSPageRule(CSSRule other)
Method Detail

selectorText

public java.lang.String selectorText()
The parsable textual representation of the page selector for the rule.


setSelectorText

public void setSelectorText(java.lang.String arg1)
see selectorText


style

public CSSStyleDeclaration style()
The declaration-block of this rule.