CSSPageRule is an interface representing a single CSS @page
It implements the web.cssdom.CSSRule
interface with a type
of 6 (CSSRule.PAGE_RULE).
CSSPageRule is an interface representing a single CSS `@page` It implements the `web.cssdom.CSSRule` interface with a type of 6 (CSSRule.PAGE_RULE).
(selector-text this)
Property.
Represents the text of the page selector associated with the
Property. Represents the text of the page selector associated with the
(set-selector-text! this val)
Property.
Represents the text of the page selector associated with the
Property. Represents the text of the page selector associated with the
(set-style! this val)
Property.
Returns the declaration block associated with the at-rule.
Property. Returns the declaration block associated with the at-rule.
(style this)
Property.
Returns the declaration block associated with the at-rule.
Property. Returns the declaration block associated with the at-rule.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close