class Tallboy::Cell

Defined in:

tallboy/cell.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : CellValue = "", span : Int32 = 1, align : Tallboy::Align = Align::Left) #

[View source]

Instance Method Detail

def align : Tallboy::Align #

[View source]
def align=(align : Tallboy::Align) #

[View source]
def data : Float32 | Float64 | Int128 | Int16 | Int32 | Int64 | Int8 | String | UInt128 | UInt16 | UInt32 | UInt64 | UInt8 #

[View source]
def data=(data : Float32 | Float64 | Int128 | Int16 | Int32 | Int64 | Int8 | String | UInt128 | UInt16 | UInt32 | UInt64 | UInt8) #

[View source]
def line_exists?(line_num) #

[View source]
def lines #

[View source]
def pad_data(str, width, char) #

[View source]
def size #

[View source]
def span : Int32 #

[View source]
def span=(span : Int32) #

[View source]