Module config

Source
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.
EntityIterator
An iterator over cells.
Formatting
Formatting represent a logic of formatting of a cell text.
HorizontalLine
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.
VerticalLine
A structure for a vertical line.

Enums§

AlignmentHorizontal
AlignmentHorizontal represents an horizontal alignment of a cell content.
AlignmentVertical
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.