public interface

HTMLOListElement

implements HTMLElement
org.w3c.dom.html.HTMLOListElement

Class Overview

Ordered list. See the OL element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract boolean getCompact()
Reduce spacing between list items.
abstract int getStart()
Starting sequence number.
abstract String getType()
Numbering style.
abstract void setCompact(boolean compact)
abstract void setStart(int start)
abstract void setType(String type)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract boolean getCompact ()

Reduce spacing between list items. See the compact attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract int getStart ()

Starting sequence number. See the start attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract String getType ()

Numbering style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract void setCompact (boolean compact)

public abstract void setStart (int start)

public abstract void setType (String type)