![]() |
UtilsLite
Utilities for C++ programming
|
Defines the style and structure of table borders, padding, and alignment. More...
#include <Table.hxx>
Public Member Functions | |
Style ()=default | |
Default constructor initializing the table style with default borders. | |
char | border_top () const |
void | border_top (char borderStyle) |
char | border_top_mid () const |
void | border_top_mid (char borderStyle) |
char | border_top_left () const |
void | border_top_left (char borderStyle) |
char | border_top_right () const |
void | border_top_right (char borderStyle) |
char | border_bottom () const |
void | border_bottom (char borderStyle) |
char | border_bottom_mid () const |
void | border_bottom_mid (char borderStyle) |
char | border_bottom_left () const |
void | border_bottom_left (char borderStyle) |
char | border_bottom_right () const |
void | border_bottom_right (char borderStyle) |
char | border_left () const |
void | border_left (char borderStyle) |
char | border_left_mid () const |
void | border_left_mid (char borderStyle) |
char | border_mid () const |
void | border_mid (char borderStyle) |
char | border_mid_mid () const |
void | border_mid_mid (char borderStyle) |
char | border_right () const |
void | border_right (char borderStyle) |
char | border_right_mid () const |
void | border_right_mid (char borderStyle) |
char | border_middle () const |
void | border_middle (char borderStyle) |
integer | padding_left () const |
void | padding_left (integer padding) |
integer | padding_right () const |
void | padding_right (integer padding) |
Alignment | alignment () const |
void | alignment (Alignment align) |
integer | width () const |
void | width (integer width) |
Defines the style and structure of table borders, padding, and alignment.
The Style
class configures visual properties of the table, including border characters (for all edges and dividers), cell padding, and alignment of text.
|
default |
Default constructor initializing the table style with default borders.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |