NetSurf
|
Row spanning information for a cell. More...
Data Fields | |
unsigned int | row_span |
Number of rows this cell spans. More... | |
struct box * | rg |
Row group of cell. More... | |
bool | auto_row |
The cell in this column spans all rows until the end of the table. More... | |
Row spanning information for a cell.
Definition at line 47 of file box_normalise.c.
bool span_info::auto_row |
The cell in this column spans all rows until the end of the table.
Definition at line 53 of file box_normalise.c.
Referenced by box_normalise_table(), box_normalise_table_row(), and calculate_table_row().
struct box* span_info::rg |
Row group of cell.
Definition at line 51 of file box_normalise.c.
Referenced by calculate_table_row().
unsigned int span_info::row_span |
Number of rows this cell spans.
Definition at line 49 of file box_normalise.c.
Referenced by box_normalise_table(), box_normalise_table_row(), box_normalise_table_spans(), and calculate_table_row().