underline_spacing_t

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

enum class orcus::spreadsheet::underline_spacing_t

Underline style related to how it is applied in relation to the spacing of the text and the field it is in.

Note

ODS format makes extensive use of this attribute type.

Values:

enumerator continuous

Underline is applied to both words and spaces.

enumerator skip_white_space

Underline is applied only to words, and not to the spaces between them.

enumerator continuous_over_field

Underline is applied to the entire width of a field that houses the text.

Note

For now this is specific to Excel, and is referred to as “accounting” in Excel.