org.kde.koala

Class CSSFontFaceRule

public class CSSFontFaceRule extends CSSRule

The CSSFontFaceRule interface represents a \@font-face rule in a CSS style sheet. The \@font-face rule is used to hold a set of font descriptions.

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

CSSFontFaceRule()
CSSFontFaceRule(CSSFontFaceRule other)
CSSFontFaceRule(CSSRule other)
Method Summary
CSSStyleDeclarationstyle()
The declaration-block of this rule.

Constructor Detail

CSSFontFaceRule

protected CSSFontFaceRule(Class dummy)

CSSFontFaceRule

public CSSFontFaceRule()

CSSFontFaceRule

public CSSFontFaceRule(CSSFontFaceRule other)

CSSFontFaceRule

public CSSFontFaceRule(CSSRule other)

Method Detail

style

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

UNKNOWN: The