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
Implements
Properties
Style
このルールの宣言ブロック。
ICSSStyleDeclaration Style { get; }