org.w3c.dom.html2
Interface HTMLBRElement
- Element, HTMLElement
- HTMLBRElementImpl
public interface HTMLBRElement
String | getClear() - Control flow of text around floats.
|
void | setClear(String clear) - Control flow of text around floats.
|
getClear
public String getClear()
Control flow of text around floats. See the clear attribute definition
in HTML 4.01. This attribute is deprecated in HTML 4.01.
setClear
public void setClear(String clear)
Control flow of text around floats. See the clear attribute definition
in HTML 4.01. This attribute is deprecated in HTML 4.01.