class HTMLOListElement
|
Ordered list. More... |
|
|
Public Methods
Protected Methods
Ordered list. See the
OL element definition in HTML 4.0.
HTMLOListElement ()
| HTMLOListElement |
HTMLOListElement (const HTMLOListElement &other)
| HTMLOListElement |
HTMLOListElement (const Node &other)
| HTMLOListElement |
HTMLOListElement (HTMLOListElementImpl *impl)
| HTMLOListElement |
[protected]
HTMLOListElement & operator = (const HTMLOListElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLOListElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLOListElement ()
| ~HTMLOListElement |
[const]
Reduce spacing between list items. See the
compact attribute definition in HTML 4.0. This attribute
is deprecated in HTML 4.0.
void setCompact ( bool )
| setCompact |
see compact
[const]
Starting sequence number. See the
start attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setStart ( long )
| setStart |
see start
[const]
Numbering style. See the
type attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setType ( const DOMString & )
| setType |
see type
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |