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 character. | |
string | getVerticalBorderChar() Gets vertical border character. | |
TableStyle | setCrossingChar(string $crossingChar) Sets crossing character. | |
string | getCrossingChar() Gets crossing character. | |
TableStyle | setCellHeaderFormat(string $cellHeaderFormat) Sets header cell format. | |
string | getCellHeaderFormat() Gets header cell format. | |
TableStyle | setCellRowFormat(string $cellRowFormat) Sets row cell format. | |
string | getCellRowFormat() Gets row cell format. | |
TableStyle | setCellRowContentFormat(string $cellRowContentFormat) Sets row cell content format. | |
string | getCellRowContentFormat() Gets row cell content format. | |
TableStyle | setBorderFormat(string $borderFormat) Sets table border format. | |
string | getBorderFormat() Gets table border format. | |
TableStyle | setPadType(int $padType) Sets cell padding type. | |
int | getPadType() Gets cell padding type. |
Details
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 character.
string getVerticalBorderChar()
Gets vertical border character.
TableStyle setCrossingChar(string $crossingChar)
Sets crossing character.
string getCrossingChar()
Gets crossing character.
TableStyle setCellHeaderFormat(string $cellHeaderFormat)
Sets header cell format.
string getCellHeaderFormat()
Gets header cell format.
TableStyle setCellRowFormat(string $cellRowFormat)
Sets row cell format.
string getCellRowFormat()
Gets row cell format.
TableStyle setCellRowContentFormat(string $cellRowContentFormat)
Sets row cell content format.
string getCellRowContentFormat()
Gets row cell content format.
TableStyle setBorderFormat(string $borderFormat)
Sets table border format.
string getBorderFormat()
Gets table border format.
TableStyle setPadType(int $padType)
Sets cell padding type.
int getPadType()
Gets cell padding type.
Please login to continue.