class Tablo::DataCell
- Tablo::DataCell
- Tablo::Cell
- Reference
- Object
Overview
Subclass of Cell for DataCell (Header, Body)
Defined in:
cell.crConstructors
Instance Method Summary
Instance methods inherited from class Tablo::Cell
alignment
alignment,
apply_formatter
apply_formatter,
apply_styler(content : String, line_index : Int32)
apply_styler,
formatted_content
formatted_content,
formatter
formatter,
left_padding
left_padding,
line_count
line_count,
memoized_formatted_content : String | Nil
memoized_formatted_content,
memoized_formatted_content=(memoized_formatted_content : String | Nil)
memoized_formatted_content=,
memoized_rendered_subcells : Array(String) | Nil
memoized_rendered_subcells,
memoized_rendered_subcells=(memoized_rendered_subcells : Array(String) | Nil)
memoized_rendered_subcells=,
padded_truncated_subcells(line_count_max)
padded_truncated_subcells,
padding_character
padding_character,
real_alignment
real_alignment,
right_padding
right_padding,
styler
styler,
truncation_indicator
truncation_indicator,
value
value,
width
width,
width=(width)
width=,
wrap_mode
wrap_mode
Constructor Detail
def self.new(value : CellType, cell_data : CellData, left_padding : Int32, right_padding : Int32, padding_character : String, alignment : Justify | Nil, styler : DataCellStyler, formatter : DataCellFormatter, truncation_indicator : String, wrap_mode : WrapMode, width : Int32)
#