30 #include <xlnt/xlnt_config.hpp> 31 #include <xlnt/styles/color.hpp> 32 #include <xlnt/utils/optional.hpp> 146 static const std::vector<border_side> &all_sides();
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.
Colors can be applied to many parts of a cell's style.
Definition: color.hpp:165
border_side
Enumerates the sides of a cell to which a border style can be applied.
Definition: border.hpp:39
Describes the border style of a particular cell.
Definition: border.hpp:91
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
Each side of a cell can have a border_property applied to it to change how it is displayed.
Definition: border.hpp:98
diagonal_direction
Cells can have borders that go from the top-left to bottom-right or from the top-right to bottom-left...
Definition: border.hpp:76
border_style
Enumerates the pattern of the border lines on a particular side.
Definition: border.hpp:53
Many settings in xlnt are allowed to not have a value set. This class encapsulates a value which may ...
Definition: format.hpp:43
Describes a style which has a name and can be applied to multiple individual formats. In Excel this is a "Cell Style".
Definition: style.hpp:55