Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tallboy
v0.9.3
Tallboy
Alignment
AlignOption
AlignValue
AsciiRenderer
AutoSpanRow
Border
BorderStyle
Cell
ColumnDefinition
ColumnDefinitions
ComputedCell
ComputedRow
ComputedTable
ComputedTableBuilder
Joint
Line
MarkdownRenderer
MergedNode
MinWidthCalculator
Node
NodeList
Part
Renderer
RenderTreeBuilder
Row
TableBuilder
Text
UnevenRowLength
UnicodeRenderer
WidthOption
WidthValue
Built with Crystal 1.9.2
2023-10-08 13:48:59 UTC
struct
Tallboy::Cell
Tallboy::Cell
Struct
Value
Object
Defined in:
tallboy/table_builder/cell.cr
Constructors
.new
(value : String, align : AlignValue =
:auto
, part : Part =
:tail
, span : Int32 =
1
)
Instance Method Summary
#align
: Tallboy::AlignOption | Tallboy::Alignment
#part
: Tallboy::Part
#size
#span
: Int32
#value
: String
Constructor Detail
def self.
new
(value : String, align :
AlignValue
=
:auto
, part :
Part
=
:tail
, span : Int32 =
1
)
#
[
View source
]
Instance Method Detail
def
align
:
Tallboy::AlignOption
|
Tallboy::Alignment
#
[
View source
]
def
part
:
Tallboy::Part
#
[
View source
]
def
size
#
[
View source
]
def
span
: Int32
#
[
View source
]
def
value
: String
#
[
View source
]