GEOS
|
Represent a row of the Table (header or values) when structured for formatting. More...
#include <TableFormatter.hpp>
Public Attributes | |
stdVector< TableLayout::CellLayout > | cells |
The cell list of the row instance. | |
size_t | sublinesCount |
The maximum number of lines in the cells texts (no text is considered as one line). | |
Represent a row of the Table (header or values) when structured for formatting.
Definition at line 42 of file TableFormatter.hpp.