Interface ICSSPageRule

Interface ICSSPageRule

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

Giao diện CSSPageRule đại diện cho một quy tắc @page trong một bảng kiểu CSS. Quy tắc @page được sử dụng để chỉ định kích thước, hướng, lề, v.v. của một hộp trang cho phương tiện phân trang.

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

Implements

ICSSRule

Properties

SelectorText

Đại diện văn bản có thể phân tích của bộ chọn trang cho quy tắc.

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

Property Value

string

Style

Khối khai báo của quy tắc này.

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

Property Value

ICSSStyleDeclaration

 Tiếng Việt