| Return Type | Method Summary |
| CHAR | AddHtmlTableRow(StringBuffer *stBuf, HtmlTableRowConstraints *rowCons, HtmlTableCellConstraints **cellCons, Attribute **attrbs, CHAR *types, CHAR *listFlag, INT32 numCols)
This function creates the html tags for displaying of the row using the cell and row constraints variables and the column values from the attribute array. |
| void | FreeHtmlTableRowCellConstraints(HtmlTableConstraints *tabCons, HtmlTableRowConstraints *rowCons, HtmlTableCellConstraints **cellCons, INT32 colNum)
This function frees the allocated memory for the storage of values in the table,row and cell constraint structure variables. |
| CHAR | InitHtmlTableConstraints(HtmlTableConstraints *tabCons, HtmlTableRowConstraints *rowCons, HtmlTableCellConstraints **cellCons, INT32 colNum)
This function Initializes the table, row and cell constraint structure varaibles with the corresponding values which are specified in the htmlprops file. |
| CHAR | InitHtmlTableHeaderCellAndRowConstraints(HtmlTableCellConstraints **cellCons, HtmlTableRowConstraints *rowCons, INT32 num)
This function initializes the cell and row constraints structure variables with the default values for the display of the header of a table. |
| CHAR | SetHtmlTableProperties(StringBuffer *stBuf, HtmlTableConstraints *tabCons, INT32 flag)
This function creates the html tags for displaying a table If the input flag argument is true then the table tag is opened and closed if it is false. |
| Method Details |