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; }