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