class TableStyle
Defines the styles for a Table.
| $this | setPaddingChar(string $paddingChar) Sets padding character, used for cell padding. | |
| string | getPaddingChar() Gets padding character, used for cell padding. | |
| $this | setHorizontalBorderChar(string $horizontalBorderChar) Sets horizontal border character. | |
| string | getHorizontalBorderChar() Gets horizontal border character. | |
| $this | setVerticalBorderChar(string $verticalBorderChar) Sets vertical border character. | |
| string | getVerticalBorderChar() Gets vertical border character. | |
| $this | setCrossingChar(string $crossingChar) Sets crossing character. | |
| string | getCrossingChar() Gets crossing character. | |
| $this | setCellHeaderFormat(string $cellHeaderFormat) Sets header cell format. | |
| string | getCellHeaderFormat() Gets header cell format. | |
| $this | setCellRowFormat(string $cellRowFormat) Sets row cell format. | |
| string | getCellRowFormat() Gets row cell format. | |
| $this | setCellRowContentFormat(string $cellRowContentFormat) Sets row cell content format. | |
| string | getCellRowContentFormat() Gets row cell content format. | |
| $this | setBorderFormat(string $borderFormat) Sets table border format. | |
| string | getBorderFormat() Gets table border format. | |
| $this | setPadType(int $padType) Sets cell padding type. | |
| int | getPadType() Gets cell padding type. |
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.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Component/Console/Helper/TableStyle.html