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
Properties
SelectorText
ルールのページセレクタの解析可能なテキスト表現。
[DOMName("selectorText")]
string SelectorText { get; set; }
Property Value
Style
このルールの宣言ブロック。
[DOMName("style")]
ICSSStyleDeclaration Style { get; }