class

Term2::StyleTable::Table

Inherits Reference < Object

Constructors

Instance methods

append_rows(rows : Array(Array(String))) : Nil
Source
border(border : Border) : self
Source
border
Source
border_bottom
Source
border_bottom=(border_bottom : Bool)
Source
border_column
Source
border_column=(border_column : Bool)
Source
border_header
Source
border_header=(border_header : Bool)
Source
border_left
Source
border_left=(border_left : Bool)
Source
border_right
Source
border_right=(border_right : Bool)
Source
border_row
Source
border_row=(border_row : Bool)
Source
border_style(style : Style) : self
Source
border_style
Source
border_top
Source
border_top=(border_top : Bool)
Source
clear_rows
Source
data(data : Data) : self
Source
data
Source
data=(data : Data)
Source
headers
Source
headers(*headers : String) : self
Source
headers=(headers : Array(String))
Source
height(h : Int32) : self
Source
height
Source
height=(height : Int32)
Source
heights
Source
offset(o : Int32) : self
Source
offset
Source
offset=(offset : Int32)
Source
render
Source
resize_for_spec

Expose resize for debugging/testing

Source
row(row : Enumerable(String)) : self
Source
row(*row : String) : self
Source
rows(rows : Enumerable(Enumerable(String))) : self
Source
rows(*rows : Array(String)) : self
Source
string
Source
style(row : Int32, col : Int32) : Style
Source
style_func(func : StyleFunc | Nil) : self
Source
style_func
Source
style_func=(style_func : StyleFunc | Nil)
Source
use_manual_height
Source
use_manual_height=(use_manual_height : Bool)
Source
width(w : Int32) : self
Source
width
Source
width=(width : Int32)
Source
widths
Source
wrap(v : Bool) : self
Source
wrap
Source
wrap=(wrap : Bool)
Source