NetSurf
|
Column record for a table. More...
Data Fields | |
unsigned int | current_column |
Current column index. More... | |
unsigned int | num_columns |
Number of columns in main part of table 1..max columns. More... | |
struct span_info * | spans |
Information about columns in main table, array [0, num_columns) More... | |
unsigned int | num_rows |
Number of rows in table. More... | |
Column record for a table.
Definition at line 59 of file box_normalise.c.
unsigned int columns::current_column |
Current column index.
Definition at line 61 of file box_normalise.c.
Referenced by box_normalise_table(), box_normalise_table_row(), and calculate_table_row().
unsigned int columns::num_columns |
Number of columns in main part of table 1..max columns.
Definition at line 63 of file box_normalise.c.
Referenced by box_normalise_table(), box_normalise_table_row(), and calculate_table_row().
unsigned int columns::num_rows |
Number of rows in table.
Definition at line 67 of file box_normalise.c.
Referenced by box_normalise_table(), box_normalise_table_row(), and box_normalise_table_row_group().
struct span_info* columns::spans |
Information about columns in main table, array [0, num_columns)
Definition at line 65 of file box_normalise.c.
Referenced by box_normalise_table(), box_normalise_table_row(), and calculate_table_row().