Interface ICSSPageRule

Interface ICSSPageRule

名称: Aspose.Html.Dom.Css 编辑: Aspose.HTML.dll (25.4.0)

CSSPageRule 界面代表 CSS 风格表中的 @page 规则. @page 规则用于指定页面框的尺寸、方向、边界等。

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

Implements

ICSSRule

Properties

SelectorText

页面选择器对规则的可折叠文本代表性。

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

财产价值

string

Style

这个规则的宣言封锁。

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

财产价值

ICSSStyleDeclaration

 中文