27 #include <xlnt/xlnt_config.hpp> 28 #include <xlnt/utils/optional.hpp> Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:37
optional< bool > vertical_centered
center on page vertically
Definition: print_options.hpp:57
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
optional< bool > grid_lines_set
if both print grid lines and this are true, grid lines are printed
Definition: print_options.hpp:42
Definition: print_options.hpp:32
optional< bool > horizontal_centered
center on page horizontally
Definition: print_options.hpp:52
optional< bool > print_grid_lines
if both grid_lines_set and this are true, grid lines are printed
Definition: print_options.hpp:37
optional< bool > print_headings
print row and column headings
Definition: print_options.hpp:47