#include <table.hh>

Public Member Functions | |
| cell (void) | |
| virtual | ~cell (void) |
| cell * | clone (void) const |
| const char * | getTag (void) const |
| void | setAlign (const std::string &a) |
| void | setSave (bool on) |
| html::cell::cell | ( | void | ) |
Construct an empty cell. brief Default constructor.
| virtual html::cell::~cell | ( | void | ) | [virtual] |
Destroy a cell. brief Cell destructor
| cell* html::cell::clone | ( | void | ) | const [virtual] |
Create an exact copy of the cell. This implements the virtual html::object function.
Reimplemented from html::compound.
| const char* html::cell::getTag | ( | void | ) | const [inline, virtual] |
Return the html tag associated with a cell in an html table. brief return the Cell tag ("td").
Reimplemented from html::compound.
| void html::cell::setAlign | ( | const std::string & | a | ) |
Set the alignment attribute for this cell. brief Set the alignment attribute.
| a | Alignment attribute value. |
| void html::cell::setSave | ( | bool | on | ) |
Add the binary save attribute with the specified value. brief set the save attribute.
| on | Initial value for the save attribute. |
1.5.4