class Tablo::TextCell
- Tablo::TextCell
- Tablo::Cell
- Reference
- Object
Overview
Subclass of Cell for TextCell (Headings, group)
Defined in:
cell.crConstructors
Instance Method Summary
-
#reset_memoized_rendered_subcells
needed for group width recalculation
- #row_type : Tablo::RowType
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, row_type : RowType, left_padding : Int32, right_padding : Int32, padding_character : String, alignment : Justify, styler : TextCellStyler, formatter : TextCellFormatter, truncation_indicator : String, wrap_mode : WrapMode, width : Int32)
#