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:
- Right for cells containing numeric data
- Centered for colomn cells containing Boolean data and for headings (Title, Subtitle, Group and Footer)
- Left for all other cases
Defined in:
types.crEnum Members
-
Left =
0 -
Center =
1 -
Right =
2
Instance Method Summary
-
#center?
Returns
trueif this enum value equalsCenter -
#left?
Returns
trueif this enum value equalsLeft -
#right?
Returns
trueif this enum value equalsRight