TableStyle::getCellHeaderFormat()

string getCellHeaderFormat() Gets header cell format. Return Value string

TableStyle::getCrossingChar()

string getCrossingChar() Gets crossing character. Return Value string $crossingChar

TableStyle::getCellRowFormat()

string getCellRowFormat() Gets row cell format. Return Value string

TableStyle::getBorderFormat()

string getBorderFormat() Gets table border format. Return Value string

TableStyle

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

TableSeparator

class TableSeparator extends TableCell Marks a row as being a separator. Methods __construct(array $options = array()) string __toString() Returns the cell value. from TableCell int getColspan() Gets number of colspan. from TableCell int getRowspan() Gets number of rowspan. from TableCell Details __construct(array $options = array()) Parameters array $options string __toString() Returns t

TableHelper deprecated::setRows()

setRows(array $rows) Parameters array $rows

TableHelper deprecated::setPadType()

TableHelper setPadType(int $padType) Sets cell padding type. Parameters int $padType STRPAD* Return Value TableHelper

TableHelper deprecated::setVerticalBorderChar()

TableHelper setVerticalBorderChar(string $verticalBorderChar) Sets vertical border character. Parameters string $verticalBorderChar Return Value TableHelper

TableHelper deprecated::setRow()

setRow($column, array $row) Parameters $column array $row