org.w3c.dom.html2
public interface HTMLLIElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
| Method Summary | |
|---|---|
| String | getType()
List item bullet style. |
| int | getValue()
Reset sequence number when used in OL. |
| void | setType(String type)
List item bullet style. |
| void | setValue(int value)
Reset sequence number when used in OL. |
OL. See the value
attribute definition in HTML 4.01. This attribute is deprecated in
HTML 4.01.OL. See the value
attribute definition in HTML 4.01. This attribute is deprecated in
HTML 4.01.