org.kde.koala
Class CSSPageRule
java.lang.Object
org.kde.koala.CSSRule
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSPageRule
protected CSSPageRule(java.lang.Class dummy)
CSSPageRule
public CSSPageRule()
CSSPageRule
public CSSPageRule(CSSPageRule other)
CSSPageRule
public CSSPageRule(CSSRule other)
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.