Interface ICSSPageRule

Interface ICSSPageRule

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

The CSSPageRule interface represents a @page rule within a CSS style sheet. The @page rule is used to specify the dimensions, orientation, margins, etc. of a page box for paged media.

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

Implements

ICSSRule

Properties

SelectorText

The parsable textual representation of the page selector for the rule.

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

Property Value

string

Style

The declaration-block of this rule.

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

Property Value

ICSSStyleDeclaration