Interface ICSSFontFaceRule

Interface ICSSFontFaceRule

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.2.0)

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.

[ComVisible(true)]
[DOMName("CSSFontFaceRule")]
[DOMObject]
public interface ICSSFontFaceRule : ICSSRule

Implements

ICSSRule

Properties

Style

The declaration-block of this rule.

ICSSStyleDeclaration Style { get; }

Property Value

ICSSStyleDeclaration