Top Description Fields Methods
org.w3c.dom.css

public Interface 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.

See also the Document Object Model (DOM) Level 2 Style Specification.

Since
1.4, DOM Level 2

Field Summary

Inherited from org.w3c.dom.css.CSSRule:
CHARSET_RULEFONT_FACE_RULEIMPORT_RULEMEDIA_RULEPAGE_RULESTYLE_RULEUNKNOWN_RULE

Method Summary

Modifier and TypeMethod and Description
public CSSStyleDeclaration
getStyle()

The declaration-block of this rule.

Inherited from org.w3c.dom.css.CSSRule:
getCssTextgetParentRulegetParentStyleSheetgetTypesetCssText

Method Detail

getStyleback to summary
public CSSStyleDeclaration getStyle()

The declaration-block of this rule.