| Package | dom.style.css |
| Class | public class CSSFontFaceRule |
| Inheritance | CSSFontFaceRule CSSRule Object |
| Introduced in: | DOM 2 Core |
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | DOM 2 Style cssText : DOMString [read-only]
The parsable textual representation of the rule. | CSSRule | |
![]() | DOM 2 Style parentRule : CSSRule [read-only]
If this rule is contained inside another rule (e.g. | CSSRule | |
![]() | DOM 2 Style parentStyleSheet : CSSStyleSheet [read-only]
The style sheet that contains this rule. | CSSRule | |
| DOM 2 Style style : CSSStyleDeclaration [read-only]
The declaration-block of this rule. | CSSFontFaceRule | ||
![]() | DOM 2 Style type : Number [read-only]
The type of the rule, as defined above. | CSSRule | |
| DOM 2 Style style | property |
style:CSSStyleDeclaration [read-only] | Introduced in: | DOM 2 Core |
The declaration-block of this rule.
public function get style():CSSStyleDeclarationSee also