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