Interface ICSSFontFaceRule
Interface ICSSFontFaceRule
名称: Aspose.Html.Dom.Css 编辑: Aspose.HTML.dll (25.4.0)
CSSFontFaceRule 界面代表在 CSS 风格表中的 @font-face 规则. @font-face 规则用于保留一组字体描述。
[ComVisible(true)]
[DOMObject]
[DOMName("CSSFontFaceRule")]
public interface ICSSFontFaceRule : ICSSRule
Implements
Properties
Style
这个规则的宣言封锁。
ICSSStyleDeclaration Style { get; }