xlnt
Public Attributes | List of all members
xlnt::row_properties Class Reference

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

Detailed Description

The properties of a row in a worksheet.

Member Data Documentation

◆ custom_format

optional<bool> xlnt::row_properties::custom_format

True if row style should be applied

◆ custom_height

bool xlnt::row_properties::custom_height = false

Whether or not the height is different from the default

◆ dy_descent

optional<double> xlnt::row_properties::dy_descent

Distance in pixels from the bottom of the cell to the baseline of the cell content

◆ height

optional<double> xlnt::row_properties::height

Row height

◆ hidden

bool xlnt::row_properties::hidden = false

Whether or not the row should be hidden

◆ spans

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.

◆ style

optional<std::size_t> xlnt::row_properties::style

The index to the style used by all cells in this row


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