length_unit_t
Defined in header: <orcus/types.hpp>
-
enum class orcus::length_unit_t
Unit of length, as used in length_t.
Values:
-
enumerator unknown
-
enumerator centimeter
-
enumerator millimeter
-
enumerator xlsx_column_digit
Special unit of length used by Excel, defined as the maximum digit width of font used as the “Normal” style font.
Note
Since it’s not possible to determine the actual length using this unit, it is approximated by 1.9 millimeters.
-
enumerator inch
-
enumerator point
-
enumerator twip
One twip is a twentieth of a point equal to 1/1440 of an inch.
-
enumerator pixel
-
enumerator unknown