xlnt
|
The properties of a row in a worksheet. More...
#include <row_properties.hpp>
Public Attributes | |
optional< double > | height |
Row height More... | |
optional< double > | dy_descent |
Distance in pixels from the bottom of the cell to the baseline of the cell content More... | |
bool | custom_height = false |
Whether or not the height is different from the default More... | |
bool | hidden = false |
Whether or not the row should be hidden More... | |
optional< bool > | custom_format |
True if row style should be applied More... | |
optional< std::size_t > | style |
The index to the style used by all cells in this row More... | |
optional< std::string > | spans |
The row column span, used as part of the row block optimisation. This used for loading this attribute from existing excel files mainly for inspecting and not used when saving, it is calculated in the xlsx_producer. More... | |
The properties of a row in a worksheet.
optional<bool> xlnt::row_properties::custom_format |
True if row style should be applied
bool xlnt::row_properties::custom_height = false |
Whether or not the height is different from the default
optional<double> xlnt::row_properties::dy_descent |
Distance in pixels from the bottom of the cell to the baseline of the cell content
optional<double> xlnt::row_properties::height |
Row height
bool xlnt::row_properties::hidden = false |
Whether or not the row should be hidden
optional<std::string> xlnt::row_properties::spans |
The row column span, used as part of the row block optimisation. This used for loading this attribute from existing excel files mainly for inspecting and not used when saving, it is calculated in the xlsx_producer.
optional<std::size_t> xlnt::row_properties::style |
The index to the style used by all cells in this row