CSSPageRule
Overview
CSSPageRule is an interface representing a single CSS @page rule. It implements the CSSRule interface with a type value of 6 (CSSRule.PAGE_RULE).
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
selectorText
property selectorText: String read write;
String selectorText { get; set; }
var selectorText: String { get{} set{} }
String selectorText { __get; __set; }
Property selectorText() As String
style
property style: dynamic read;
dynamic style { get; }
var style: dynamic { get{} }
dynamic style { __get; }
ReadOnly Property style() As dynamic