Dart API Referencedart:htmlHRElement

HRElement Interface

DOM hr elements expose the HTMLHRElement (or HTML 4 HTMLHRElement) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating hr elements. In HTML 5, this interface inherits from HTMLElement, but defines no additional members.

Extends

Element

Constructors

Code new HRElement() #

HRElement();

Fields

Code String align #

Enumerated attribute indicating alignment of the rule with respect to the surrounding context.
String align;

Code bool noShade #

bool noShade;

Code String size #

The height of the rule.
String size;

Code String width #

The width of the rule on the page.
String width;

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.