org.kde.koala

Class CSSPageRule

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.

UNKNOWN: The CSSPageRule interface represents a Constructor Summary protected CSSPageRule(Class dummy)

CSSPageRule()
CSSPageRule(CSSPageRule other)
CSSPageRule(CSSRule other)
Method Summary
StringselectorText()
The parsable textual representation of the page selector for the rule.
voidsetSelectorText(String arg1)
see selectorText
CSSStyleDeclarationstyle()
The declaration-block of this rule.

Constructor Detail

CSSPageRule

protected CSSPageRule(Class dummy)

CSSPageRule

public CSSPageRule()

CSSPageRule

public CSSPageRule(CSSPageRule other)

CSSPageRule

public CSSPageRule(CSSRule other)

Method Detail

selectorText

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

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

setSelectorText

public void setSelectorText(String arg1)
see selectorText

UNKNOWN: see selectorText

style

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

UNKNOWN: The