struct Tablo::Title

Defined in:

heading.cr

Constructors

Instance Method Summary

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, repeated : Bool = false, alignment : Justify = Config.heading_alignment, formatter : TextCellFormatter = Config.heading_formatter, styler : TextCellStyler = Config.heading_styler) #

[View source]

Instance Method Detail

def alignment : Tablo::Justify #

[View source]
def alignment=(alignment : Tablo::Justify) #

[View source]
def formatter : Tablo::CellType, Int32 -> String | Tablo::CellType -> String #

[View source]
def repeated=(repeated : Bool) #

[View source]
def repeated? : Bool #

[View source]
def styler : String, Int32 -> String | String -> String #

[View source]