Class: Layout::TableRow
Relationships | |
Inherits: | Object |
Overview
A TableColumn
is a single row from a table.
Instance Attribute Summary
-
#bottom_edge_style ⇒ Layout::Style
rw
The #bottom_edge_style method returns the
Style
of aTableRow
‘s bottom edge. -
#bottom_edge_style=(style)
rw
The #bottom_edge_style= method sets the
Style
of aTableRow
‘s bottom edge. -
#height ⇒ Float
rw
The #height method returns the height of the
TableRow
. -
#height=(height)
rw
The #height= method sets the height of the
TableRow
. -
#top_edge_style ⇒ Layout::Style
rw
The #top_edge_style method returns the
Style
of aTableRow
‘s top edge. -
#top_edge_style=(style)
rw
The #top_edge_style= method sets the
Style
of aTableRow
‘s top edge.
Instance Attribute Details
#bottom_edge_style ⇒ Layout::Style (rw)
The #bottom_edge_style
method returns the Style
of a TableRow
‘s bottom edge.
#bottom_edge_style=(style) (rw)
The #bottom_edge_style=
method sets the Style
of a TableRow
‘s bottom edge.
#height ⇒ Float
(rw)
The #height
method returns the height of the TableRow
.
#height=(height) (rw)
The #height=
method sets the height of the TableRow
.
#top_edge_style ⇒ Layout::Style (rw)
The #top_edge_style
method returns the Style
of a TableRow
‘s top edge.
#top_edge_style=(style) (rw)
The #top_edge_style=
method sets the Style
of a TableRow
‘s top edge.