Dart API Referencedart:htmlParagraphElement

ParagraphElement Interface

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.

Extends

Element

Constructors

Code new ParagraphElement() #

ParagraphElement();

Fields

Code String align #

Enumerated attribute indicating alignment of the element's contents with respect to the surrounding context.
String align;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.