ICSSPageRule.Style
ICSSPageRule.Style property
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.
public ICSSStyleDeclaration Style { get; }
Property Value
A CSSStyleDeclaration
object which represents a CSS declaration block.
See Also
- interface ICSSStyleDeclaration
- interface ICSSPageRule
- package com.aspose.html.Dom.Css
- package Aspose.HTML