org.w3c.dom.html
public interface HTMLOListElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
| Method Summary | |
|---|---|
| boolean | getCompact()
Reduce spacing between list items. |
| int | getStart()
Starting sequence number. |
| String | getType()
Numbering style. |
| void | setCompact(boolean compact) |
| void | setStart(int start) |
| void | setType(String type) |