Class: Layout::TableColumn
Relationships | |
Inherits: | Object |
Overview
A TableColumn
is a single column from a table.
Instance Attribute Summary
-
#left_edge_style ⇒ Layout::Style
rw
The #left_edge_style method returns the
Style
of aTableColumn
‘s left edge. -
#left_edge_style=(style)
rw
The #left_edge_style= method sets the
Style
of aTableColumn
‘s left edge. -
#right_edge_style ⇒ Layout::Style
rw
The #right_edge_style method returns the
Style
of aTableColumn
‘s right edge. -
#right_edge_style=(style)
rw
The #right_edge_style= method sets the
Style
of aTableColumn
‘s right edge. -
#width ⇒ Float
rw
The #width method returns the width of the
TableColumn
. -
#width=(width)
rw
The #width= method sets the width of the
TableColumn
.
Instance Attribute Details
#left_edge_style ⇒ Layout::Style (rw)
The #left_edge_style
method returns the Style
of a TableColumn
‘s left edge. If this is the first column of the table, this method will return the style of the table border.
#left_edge_style=(style) (rw)
The #left_edge_style=
method sets the Style
of a TableColumn
‘s left edge. If this is the first column of the table, this method will set the style for the table border.
#right_edge_style ⇒ Layout::Style (rw)
The #right_edge_style
method returns the Style
of a TableColumn
‘s right edge. If this is the last column of the table, this method will return the style of the table border.
#right_edge_style=(style) (rw)
The #right_edge_style=
method sets the Style
of a TableColumn
‘s right edge. If this is the last column of the table, this method will set the style for the table border.
#width ⇒ Float
(rw)
The #width
method returns the width of the TableColumn
.
#width=(width) (rw)
The #width=
method sets the width of the TableColumn
.