Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tablo
v0.10.1
Tablo
CellType
Column
DataException
DataType
InvalidColumnLabelError
Justify
ParamException
Row
Table
TColumn
TLine
Built with Crystal 1.9.2
2023-10-08 03:05:12 UTC
enum
Tablo::Justify
Overview
Cell justification (Header or body)
Defined in:
commons.cr
Enum Members
None
=
0
Left
=
1
Center
=
2
Right
=
3
Instance Method Summary
#center?
#left?
#none?
#right?
Instance Method Detail
def
center?
#
[
View source
]
def
left?
#
[
View source
]
def
none?
#
[
View source
]
def
right?
#
[
View source
]