Interface ICSSFontFaceRule
Interface ICSSFontFaceRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
Die CSSFontFaceRule-Schnittstelle repräsentiert eine @font-face-Regel in einem CSS-Stilblatt. Die @font-face-Regel wird verwendet, um eine Reihe von Schriftartbeschreibungen zu halten.
[DOMName("CSSFontFaceRule")]
[ComVisible(true)]
[DOMObject]
public interface ICSSFontFaceRule : ICSSRule
Implementiert
Eigenschaften
Style
Der Deklarationsblock dieser Regel.
ICSSStyleDeclaration Style { get; }