Defines the styles for a Table.
Methods | ||
---|---|---|
public
|
setPaddingChar(string $paddingChar): $this
|
# |
public
|
getPaddingChar(): string
|
# |
public
|
setHorizontalBorderChars(string $outside, string $inside = null): $this
|
# |
public
|
setVerticalBorderChars(string $outside, string $inside = null): $this
|
# |
public
|
setCrossingChars(
string $cross,
string $topLeft,
string $topMid,
string $topRight,
string $midRight,
string $bottomRight,
string $bottomMid,
string $bottomLeft,
string $midLeft,
string|null $topLeftBottom = null,
string|null $topMidBottom = null,
string|null $topRightBottom = null,
): $this
|
# |
public
|
setDefaultCrossingChar(string $char): self
|
# |
public
|
getCrossingChar(): string
|
# |
public
|
setCellHeaderFormat(string $cellHeaderFormat): $this
|
# |
public
|
getCellHeaderFormat(): string
|
# |
public
|
setCellRowFormat(string $cellRowFormat): $this
|
# |
public
|
getCellRowFormat(): string
|
# |
public
|
setCellRowContentFormat(string $cellRowContentFormat): $this
|
# |
public
|
getCellRowContentFormat(): string
|
# |
public
|
setBorderFormat(string $borderFormat): $this
|
# |
public
|
getBorderFormat(): string
|
# |
public
|
setPadType(int $padType): $this
|
# |
public
|
getPadType(): int
|
# |
public
|
getHeaderTitleFormat(): string
|
# |
public
|
setHeaderTitleFormat(string $format): $this
|
# |
public
|
getFooterTitleFormat(): string
|
# |
public
|
setFooterTitleFormat(string $format): $this
|
# |