ICSSPageRule Interface
ICSSPageRule interface
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.
public interface ICSSPageRule : ICSSRule
Properties
Name | Description |
---|---|
[getSelectorText] | |
[setSelectorText] The selectorText property of the CSSPageRule interface gets and sets the selectors associated with the CSSPageRule . | |
getStyle The style read-only property of the CSSPageRule interface returns a CSSStyleDeclaration object. This represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties. |
See Also
- interface ICSSRule
- package com.aspose.html.Dom.Css
- package Aspose.HTML