org.w3c.dom.html
public interface HTMLLIElement extends HTMLElement
| Method Summary | |
|---|---|
| String | getType()
List item bullet style. |
| int | getValue()
Reset sequence number when used in OL See the value
attribute definition in HTML 4.0. |
| void | setType(String type) |
| void | setValue(int value) |
OL See the value
attribute definition in HTML 4.0. This attribute is deprecated in HTML
4.0.