org.w3c.dom.html
public interface HTMLLIElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
Method Summary | |
---|---|
String | getType()
List item bullet style. |
int | getValue()
Reset sequence number when used in OL . |
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.