border_direction_t
Defined in header: <orcus/spreadsheet/types.hpp>
-
enum class orcus::spreadsheet::border_direction_t
Type of border direction, used to reference the position of a border in a cell.
Values:
-
enumerator unknown
Unknown or uninitialized border direction value.
-
enumerator top
Top border of a cell.
-
enumerator bottom
Bottom border of a cell.
-
enumerator left
Left border of a cell.
-
enumerator right
Right border of a cell.
-
enumerator diagonal
Cross-diagonal borders of a cell. This is equivalent of both
diagonal_bl_tranddiagonal_tl_brcombined.
-
enumerator diagonal_bl_tr
Diagonal border of a cell that runs from bottom-left to top-right.
-
enumerator diagonal_tl_br
Diagonal border of a cell that runs from top-left to bottom-right.
-
enumerator unknown