class TerminalTable::Style

Defined in:

terminal_table/style.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(border_x : String = "-", border_y : String = "|", border_i : String = "+", padding_left : Int32 = 1, padding_right : Int32 = 1, margin_left : String = "", width : Int32 | Nil = nil, alignment : Symbol | Nil = nil, separate_rows : Bool = false) #

[View source]

Instance Method Detail

def alignment : Symbol | Nil #

[View source]
def border_i : String #

[View source]
def border_x : String #

[View source]
def border_y : String #

[View source]
def margin_left : String #

[View source]
def padding_left : Int32 #

[View source]
def padding_right : Int32 #

[View source]
def separate_rows : Bool #

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

[View source]
def width : Int32 | Nil #

[View source]