Package org.loboevolution.css
Interface CSSFontFaceRule
- All Superinterfaces:
CSSRule
- All Known Implementing Classes:
CSSFontFaceRuleImpl
-
Field Summary
Fields inherited from interface org.loboevolution.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
-
Method Summary
Methods inherited from interface org.loboevolution.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType
-
Method Details
-
getStyle
CSSStyleDeclaration getStyle()getStyle.
- Returns:
- a
CSSStyleDeclaration
object.
-