DOM::HTMLOListElement Class Reference
#include <html_list.h>
Inheritance diagram for DOM::HTMLOListElement:

Detailed Description
Ordered list.See the OL element definition in HTML 4.0.
Definition at line 226 of file html_list.h.
Public Member Functions | |
HTMLOListElement () | |
HTMLOListElement (const HTMLOListElement &other) | |
HTMLOListElement (const Node &other) | |
HTMLOListElement & | operator= (const HTMLOListElement &other) |
HTMLOListElement & | operator= (const Node &other) |
~HTMLOListElement () | |
bool | compact () const |
void | setCompact (bool) |
long | start () const |
void | setStart (long) |
DOMString | type () const |
void | setType (const DOMString &) |
Protected Member Functions | |
HTMLOListElement (HTMLOListElementImpl *impl) |
Member Function Documentation
bool HTMLOListElement::compact | ( | ) | const |
Reduce spacing between list items.
See the compact attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 254 of file html_list.cpp.
void HTMLOListElement::setCompact | ( | bool | ) |
long HTMLOListElement::start | ( | ) | const |
Starting sequence number.
See the start attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 271 of file html_list.cpp.
void HTMLOListElement::setStart | ( | long | ) |
DOMString HTMLOListElement::type | ( | ) | const |
Numbering style.
See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 286 of file html_list.cpp.
void HTMLOListElement::setType | ( | const DOMString & | ) |
The documentation for this class was generated from the following files: