haXe API Documentation
Back | Index
extern class js.html.ParagraphElement
extends Element
Available in js
DOM p (paragraph) objects expose the HTMLParagraphElement (or HTML 4 HTMLParagraphElement) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating div elements. In HTML5, this interface inherits from HTMLElement, but defines no additional members.

Documentation for this class was provided by MDN.
var align : String
Enumerated attribute indicating alignment of the element's contents with respect to the surrounding context.
Back | Index