DOM::HTMLPreElement Class Reference
#include <html_block.h>
Inheritance diagram for DOM::HTMLPreElement:

Detailed Description
Preformatted text.See the PRE element definition in HTML 4.0.
Definition at line 299 of file html_block.h.
Public Member Functions | |
HTMLPreElement () | |
HTMLPreElement (const HTMLPreElement &other) | |
HTMLPreElement (const Node &other) | |
HTMLPreElement & | operator= (const HTMLPreElement &other) |
HTMLPreElement & | operator= (const Node &other) |
~HTMLPreElement () | |
long | width () const |
void | setWidth (long) |
Protected Member Functions | |
HTMLPreElement (HTMLPreElementImpl *impl) |
Member Function Documentation
void HTMLPreElement::setWidth | ( | long | ) |
long HTMLPreElement::width | ( | ) | const |
Fixed width for content.
See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
Definition at line 334 of file html_block.cpp.
The documentation for this class was generated from the following files: