The HTMLParagraphElement interface provides special properties
those of the regular web.dom.HTMLElement
object interface it
for manipulating <p>
elements.
The HTMLParagraphElement interface provides special properties those of the regular `web.dom.HTMLElement` object interface it for manipulating `<p>` elements.
(align this)
Property.
A DOMString representing an enumerated property indicating alignment the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".
Property. A DOMString representing an enumerated property indicating alignment the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".
(set-align! this val)
Property.
A DOMString representing an enumerated property indicating alignment the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".
Property. A DOMString representing an enumerated property indicating alignment the element's contents with respect to the surrounding context. possible values are "left", "right", "justify", and "center".
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close