Defined in file: hzDocument.h
Derivative of: hzHtmElem
Column in a table
Constructors/Detructors
| hzHtmCol* | hzHtmCol | (void) | |
| Default constructor | hzHtmCol() | Not specified in code. Default applies |
Member Variables:
| uint32_t | m_BgColor | Background color (if not set use table value) | |
| hzString | m_Class | Style-sheet class (if set this will be default for the table's <td> tags) | |
| uint32_t | m_FgColor | Foreground color (if not set use table value) | |
| hzString | m_HdrRef | Link from heading if any | |
| uint16_t | m_Margin | Width of preceeding spaces | |
| hzString | m_Title | To appear above each row | |
| hzString | m_ValRef | Link from cell if any | |
| hzString | m_Value | Cell value (must update this for each cell value) | |
| uint16_t | m_Width | Width in pixels |