NetSurf
Data Fields
span_info Struct Reference

Row spanning information for a cell. More...

Collaboration diagram for span_info:
[legend]

Data Fields

unsigned int row_span
 Number of rows this cell spans. More...
 
struct boxrg
 Row group of cell. More...
 
bool auto_row
 The cell in this column spans all rows until the end of the table. More...
 

Detailed Description

Row spanning information for a cell.

Definition at line 47 of file box_normalise.c.

Field Documentation

◆ auto_row

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().

◆ rg

struct box* span_info::rg

Row group of cell.

Definition at line 51 of file box_normalise.c.

Referenced by calculate_table_row().

◆ row_span

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().


The documentation for this struct was generated from the following file: