org.w3c.dom.html
public interface HTMLUListElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
| Method Summary | |
|---|---|
| boolean | getCompact()
Reduce spacing between list items. |
| String | getType()
Bullet style. |
| void | setCompact(boolean compact) |
| void | setType(String type) |