class TableStyle
Defines the styles for a Table.
Methods
TableStyle setPaddingChar(string $paddingChar) Sets padding character, used for cell padding.
string getPaddingChar() Gets padding character, used for cell padding.
TableStyle setHorizontalBorderChar(string $horizontalBorderChar) Sets horizontal border character.
string getHorizontalBorderChar() Gets horizontal border character.
TableStyle setVerticalBorderChar(string $verticalBorderChar) Sets vertical border ch