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

 日本語