underline_t
Defined in header: <orcus/spreadsheet/document_types.hpp>
-
struct underline_t
Public Functions
-
underline_t()
-
underline_t(const underline_t &other)
-
~underline_t()
-
underline_t &operator=(const underline_t &other)
-
bool operator==(const underline_t &other) const
-
bool operator!=(const underline_t &other) const
-
void reset()
-
bool has_value() const
Public Members
-
std::optional<underline_style_t> style
-
std::optional<underline_thickness_t> thickness
-
std::optional<underline_spacing_t> spacing
-
std::optional<underline_count_t> count
-
underline_t()