Interface ILinkStyle
Interface ILinkStyle
Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)
LinkStyle 인터페이스는 스타일 시트를 문서에 연결하는 노드에서 검색할 수 있는 메커니즘을 제공합니다. LinkStyle 인터페이스의 인스턴스는 연결 노드(HTMLLinkElement, HTMLStyleElement 또는 DOM Level 2의 ProcessingInstruction)의 인스턴스에서 바인딩 특정 캐스팅 메서드를 사용하여 얻을 수 있습니다.
[ComVisible(true)]
public interface ILinkStyle
Properties
Sheet
연결된 스타일 시트를 가져옵니다.
IStyleSheet Sheet { get; }