enum Tablo::Justify

Overview

Cell contents can be justified in 3 ways: to the left, to the right or centered.

Justification can be explicit, defined by a dedicated attribute, or implicit, depending on the cell data type or heading.

In the latter case, in Tablo, the justification is as follows:

Defined in:

types.cr

Enum Members

Left = 0
Center = 1
Right = 2

Instance Method Summary

Instance Method Detail

def center? #

[View source]
def left? #

[View source]
def right? #

[View source]