underline_style_t

Defined in header: <orcus/spreadsheet/types.hpp>

enum class orcus::spreadsheet::underline_style_t

Style of an underline applied to a cell value.

Values:

enumerator none

Underline is absent.

enumerator solid

Line is continuous.

enumerator dotted

Underline is dotted.

enumerator dash

Underline is dashed.

enumerator long_dash

Underline consists of repeated long dash segments.

enumerator dot_dash

Underline consists of repeated dot and dash segments.

enumerator dot_dot_dash

Underline consists of repeated dot, dot and dash segments.

enumerator wave

Underline is waved.