Expand description
A module which contains a general settings which might be used in other grid implementations.
Modules§
- compact
- A module which contains configuration of a
CompactGrid
which is responsible for grid configuration. - spanned
- A module which contains configuration options for a grid.
Structs§
- Border
- Border is a representation of a cells’s borders (left, right, top, bottom, and the corners)
- Borders
- Borders represents a Table frame with horizontal and vertical split lines.
- Entity
Iterator - An iterator over cells.
- Formatting
- Formatting represent a logic of formatting of a cell text.
- Horizontal
Line - A structure for a custom horizontal line.
- Indent
- Indent represent a filled space.
- Position
- Position is a (row, col) position on a Grid.
- Sides
- A structure which represents 4 box sides.
- Vertical
Line - A structure for a vertical line.
Enums§
- Alignment
Horizontal AlignmentHorizontal
represents an horizontal alignment of a cell content.- Alignment
Vertical AlignmentVertical
represents an vertical alignment of a cell content.- Entity
- Entity a structure which represent a set of cells.
- Offset
- The structure represents an offset in a text.