Interface ICSSFontFaceRule

Interface ICSSFontFaceRule

Der Name: Aspose.Html.Dom.Css Sammlung: Aspose.HTML.dll (25.4.0)

Die CSSFontFaceRule-Interface repräsentiert eine @font-face-Regel in einem CSS-Stilblatt. Die @font-face-Regel wird verwendet, um eine Reihe von Schriftbezeichnungen zu halten.

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

Implements

ICSSRule

Properties

Style

Der Deklarationsblock dieser Regel.

ICSSStyleDeclaration Style { get; }

Eigentumswert

ICSSStyleDeclaration

 Deutsch