Tablo::Config::Controls
Default control values for Table and/or Column initialization, with associated getters and setters.
Constants
Default range of allowable values for body_wrap
Check is done by the Table#check_body_wrap private method, when
initializing a Table.
Default range of allowable values for column width
Check is done by the Table#check_width private method, when
initializing a Table.
Default range of allowable values for header frequency
Check is done by the Table#check_header_frequency private method, when
initializing a Table.
Default range of allowable values for header_wrap
Check is done by the Table#check_header_wrap private method, when
initializing a Table.
Default range of allowable values for line_breaks_before and
line_breaks_after attributes
Check is done in 'Tablo::Frame` struct
Default range of allowable values for paddings (left or right)
Check is done by the Table#check_padding private method, when
initializing a Table or Column.
Default range of allowable values for rounding in Tablo::Functions.fp_align
Check is done inside Tablo::Functions.fp_align method
Default range of allowable values for row_divider_frequency
Check is done by the Table#check_row_divider_frequency private method, when
initializing a Table.
Class methods
See HEADER_FREQUENCY_RANGE