Defined in file: hzDocument.h
Derivative of: hzHtmElem
Constructors/Detructors
hzHtmTbl* | hzHtmTbl | (void) | |
NULL-BASIS | ~hzHtmTbl | (void) |
Public Methods:
void | AddColumn | (hzHtmCol* col) | |
unsigned int | Colcount | (void) | |
hzString | GetCell | (unsigned int nRow, unsigned int nCol) | |
hzString | GetColl | (unsigned int nCol) | |
hzString& | GetUrl | (void) | |
unsigned int | Rowcount | (void) | |
void | SetBgColor | (unsigned int color) | |
void | SetClass | (const char* cls) | |
void | SetEmpty | (const char* empty) | |
void | SetFgColor | (unsigned int color) | |
void | SetHeight | (unsigned int h) | |
void | SetTitle | (const char* title) | |
void | SetUrl | (const char* url) | |
void | SetWidth | (unsigned int w) |
Member Variables:
unsigned int | m_BgColor | No description | |
unsigned short | m_Border | No description | |
unsigned short | m_Cellpad | No description | |
unsigned short | m_Cellspace | No description | |
hzString | m_Class | No description | |
hzVect<hzHtmCol*> | m_Cols | No description | |
hzString | m_Empty | No description | |
unsigned int | m_FgColor | No description | |
unsigned short | m_Height | No description | |
hzString | m_Title | No description | |
hzString | m_Url | No description | |
unsigned short | m_Width | No description | |
unsigned short | m_nCols | No description | |
unsigned short | m_nRows | No description |