struct Tablo::SubTitle
- Tablo::SubTitle
- Tablo::Heading
- Struct
- Value
- Object
Defined in:
heading.crConstructors
Instance Method Summary
- #alignment : Tablo::Justify
- #alignment=(alignment : Tablo::Justify)
- #formatter : Tablo::CellType, Int32 -> String | Tablo::CellType -> String
- #styler : String, Int32 -> String | String -> String
Instance methods inherited from struct Tablo::Heading
frame
frame,
frame=(frame)
frame=,
framed?
framed?,
initialize
initialize,
value
value,
value=(value)
value=
Constructor methods inherited from struct Tablo::Heading
new
new
Constructor Detail
def self.new(value : CellType | Nil = nil, *, frame : Frame | Nil = nil, alignment : Justify = Config.heading_alignment, formatter : TextCellFormatter = Config.heading_formatter, styler : TextCellStyler = Config.heading_styler)
#