30 #include <xlnt/xlnt_config.hpp> 31 #include <xlnt/utils/optional.hpp> 54 bool custom_height =
false;
bool custom_height
Whether or not the height is different from the default
Definition: row_properties.hpp:54
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:36
bool operator!=(std::nullptr_t, const cell &cell)
Returns true if this cell is initialized.
optional< double > height
Row height
Definition: row_properties.hpp:44
optional< double > dy_descent
Distance in pixels from the bottom of the cell to the baseline of the cell content ...
Definition: row_properties.hpp:49
The properties of a row in a worksheet.
Definition: row_properties.hpp:38
optional< std::string > spans
The row column span, used as part of the row block optimisation. This used for loading this attribute...
Definition: row_properties.hpp:76
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
optional< bool > custom_format
True if row style should be applied
Definition: row_properties.hpp:64
optional< std::size_t > style
The index to the style used by all cells in this row
Definition: row_properties.hpp:69
bool hidden
Whether or not the row should be hidden
Definition: row_properties.hpp:59