underline_thickness_t

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

enum class orcus::spreadsheet::underline_thickness_t

Thickness of an underline. When the enum value is either percent, positive_integer, or positive_length, the actual value should be given separately.

Note

For now ODS is the only format that makes use of this attribute type. In ODS, the corresponding attribute is referred to as “width”. The automatic enum member corresponds with the “auto” text value, which could not be used since it’s a keyword in C++.

Values:

enumerator none
enumerator automatic
enumerator bold
enumerator dash
enumerator medium
enumerator thick
enumerator thin
enumerator percent
enumerator positive_integer
enumerator positive_length