Interface ICSSFontFaceRule
Interface ICSSFontFaceRule
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
CSSFontFaceRule 接口表示 CSS 样式表中的 @font-face 规则。@font-face 规则用于保存一组字体描述。
[DOMName("CSSFontFaceRule")]
[ComVisible(true)]
[DOMObject]
public interface ICSSFontFaceRule : ICSSRule
实现
属性
Style
此规则的声明块。
ICSSStyleDeclaration Style { get; }