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
实现
属性
SelectorText
该规则的页面选择器的可解析文本表示。
[DOMName("selectorText")]
string SelectorText { get; set; }
属性值
Style
该规则的声明块。
[DOMName("style")]
ICSSStyleDeclaration Style { get; }