TableStyle
class TableStyle
Defines the styles for a Table.
Methods
Sets padding character, used for cell padding.
Gets padding character, used for cell padding.
Sets horizontal border character.
Gets horizontal border character.
Sets vertical border character.
Gets vertical border character.
Sets crossing character.
Gets crossing character.
Sets header cell format.
Gets header cell format.
Sets row cell format.
Gets row cell format.
Sets row cell content format.
Gets row cell content format.
Sets table border format.
Gets table border format.
Sets cell padding type.
Gets cell padding type.
Details
at line line 42
TableStyle
setPaddingChar(string $paddingChar)
Sets padding character, used for cell padding.
at line line 58
string
getPaddingChar()
Gets padding character, used for cell padding.
at line line 70
TableStyle
setHorizontalBorderChar(string $horizontalBorderChar)
Sets horizontal border character.
at line line 82
string
getHorizontalBorderChar()
Gets horizontal border character.
at line line 94
TableStyle
setVerticalBorderChar(string $verticalBorderChar)
Sets vertical border character.
at line line 106
string
getVerticalBorderChar()
Gets vertical border character.
at line line 118
TableStyle
setCrossingChar(string $crossingChar)
Sets crossing character.
at line line 130
string
getCrossingChar()
Gets crossing character.
at line line 142
TableStyle
setCellHeaderFormat(string $cellHeaderFormat)
Sets header cell format.
at line line 154
string
getCellHeaderFormat()
Gets header cell format.
at line line 166
TableStyle
setCellRowFormat(string $cellRowFormat)
Sets row cell format.
at line line 178
string
getCellRowFormat()
Gets row cell format.
at line line 190
TableStyle
setCellRowContentFormat(string $cellRowContentFormat)
Sets row cell content format.
at line line 202
string
getCellRowContentFormat()
Gets row cell content format.
at line line 214
TableStyle
setBorderFormat(string $borderFormat)
Sets table border format.
at line line 226
string
getBorderFormat()
Gets table border format.
at line line 238
TableStyle
setPadType(int $padType)
Sets cell padding type.
at line line 254
int
getPadType()
Gets cell padding type.