Return TypeFunction nameArguments
hzHtmTbl*hzHtmTbl::hzHtmTbl(void)

Declared and defined in file: hzDocument.h

Function Logic:

0:START 1:m_BgColor m_FgColor m_Height m_Width m_Border m_Cellspace m_Cellpad m_nRows m_nCols 2: No text

Function body:

hzHtmTbl* hzHtmTbl::hzHtmTbl (void)
   {
       m_BgColor = 0xffffff;
       m_FgColor = 0x000000;
       m_Height = 500;
       m_Width = 800;
       m_Border = 0;
       m_Cellspace = 0;
       m_Cellpad = 0;
       m_nCols = m_nRows = 0;
   }