class TableStyle

Defines the styles for a Table.

Methods

setPaddingChar(string $paddingChar)

Sets padding character, used for cell padding.

string
getPaddingChar()

Gets padding character, used for cell padding.

setHorizontalBorderChar(string $horizontalBorderChar)

Sets horizontal border character.

string
getHorizontalBorderChar()

Gets horizontal border character.

setVerticalBorderChar(string $verticalBorderChar)

Sets vertical border character.

string
getVerticalBorderChar()

Gets vertical border character.

setCrossingChar(string $crossingChar)

Sets crossing character.

string
getCrossingChar()

Gets crossing character.

setCellHeaderFormat(string $cellHeaderFormat)

Sets header cell format.

string
getCellHeaderFormat()

Gets header cell format.

setCellRowFormat(string $cellRowFormat)

Sets row cell format.

string
getCellRowFormat()

Gets row cell format.

setCellRowContentFormat(string $cellRowContentFormat)

Sets row cell content format.

string
getCellRowContentFormat()

Gets row cell content format.

setBorderFormat(string $borderFormat)

Sets table border format.

string
getBorderFormat()

Gets table border format.

setPadType(int $padType)

Sets cell padding type.

int
getPadType()

Gets cell padding type.

Details

at line line 42
TableStyle setPaddingChar(string $paddingChar)

Sets padding character, used for cell padding.

Parameters

string $paddingChar

Return Value

TableStyle

at line line 58
string getPaddingChar()

Gets padding character, used for cell padding.

Return Value

string

at line line 70
TableStyle setHorizontalBorderChar(string $horizontalBorderChar)

Sets horizontal border character.

Parameters

string $horizontalBorderChar

Return Value

TableStyle

at line line 82
string getHorizontalBorderChar()

Gets horizontal border character.

Return Value

string

at line line 94
TableStyle setVerticalBorderChar(string $verticalBorderChar)

Sets vertical border character.

Parameters

string $verticalBorderChar

Return Value

TableStyle

at line line 106
string getVerticalBorderChar()

Gets vertical border character.

Return Value

string

at line line 118
TableStyle setCrossingChar(string $crossingChar)

Sets crossing character.

Parameters

string $crossingChar

Return Value

TableStyle

at line line 130
string getCrossingChar()

Gets crossing character.

Return Value

string $crossingChar

at line line 142
TableStyle setCellHeaderFormat(string $cellHeaderFormat)

Sets header cell format.

Parameters

string $cellHeaderFormat

Return Value

TableStyle

at line line 154
string getCellHeaderFormat()

Gets header cell format.

Return Value

string

at line line 166
TableStyle setCellRowFormat(string $cellRowFormat)

Sets row cell format.

Parameters

string $cellRowFormat

Return Value

TableStyle

at line line 178
string getCellRowFormat()

Gets row cell format.

Return Value

string

at line line 190
TableStyle setCellRowContentFormat(string $cellRowContentFormat)

Sets row cell content format.

Parameters

string $cellRowContentFormat

Return Value

TableStyle

at line line 202
string getCellRowContentFormat()

Gets row cell content format.

Return Value

string

at line line 214
TableStyle setBorderFormat(string $borderFormat)

Sets table border format.

Parameters

string $borderFormat

Return Value

TableStyle

at line line 226
string getBorderFormat()

Gets table border format.

Return Value

string

at line line 238
TableStyle setPadType(int $padType)

Sets cell padding type.

Parameters

int $padType STRPAD*

Return Value

TableStyle

at line line 254
int getPadType()

Gets cell padding type.

Return Value

int