Interface ICSSPageRule

Interface ICSSPageRule

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.1.0)

CSSPageRule 인터페이스는 CSS 스타일 시트 내의 @page 규칙을 나타냅니다. @page 규칙은 페이지 매체를 위한 페이지 상자의 치수, 방향, 여백 등을 지정하는 데 사용됩니다.

[DOMObject]
[DOMName("CSSPageRule")]
[ComVisible(true)]
public interface ICSSPageRule : ICSSRule

Implements

ICSSRule

Properties

SelectorText

규칙에 대한 페이지 선택자의 구문 분석 가능한 텍스트 표현입니다.

[DOMName("selectorText")]
string SelectorText { get; set; }

Property Value

string

Style

이 규칙의 선언 블록입니다.

[DOMName("style")]
ICSSStyleDeclaration Style { get; }

Property Value

ICSSStyleDeclaration

 한국어