Interface ICSSPageRule
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSPageRule.html
public interface ICSSPageRule : ICSSRule
- Inherited Members
Properties
SelectorText
https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSPageRule.html#getSelectorText-- https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/css/CSSPageRule.html#setSelectorText-java.lang.String-
String SelectorText { get; set; }
Property Value
Style
CSSStyleDeclaration Style { get; }