class TableCellStyle extends Model (View source)

Properties

protected $backgroundColorType
protected $backgroundColorDataType
protected $borderBottomType
protected $borderBottomDataType
protected $borderLeftType
protected $borderLeftDataType
protected $borderRightType
protected $borderRightDataType
protected $borderTopType
protected $borderTopDataType
int $columnSpan
string $contentAlignment
protected $paddingBottomType
protected $paddingBottomDataType
protected $paddingLeftType
protected $paddingLeftDataType
protected $paddingRightType
protected $paddingRightDataType
protected $paddingTopType
protected $paddingTopDataType
int $rowSpan

Methods

setBackgroundColor(OptionalColor $backgroundColor)

No description

setBorderBottom(TableCellBorder $borderBottom)

No description

getBorderBottom()

No description

setBorderLeft(TableCellBorder $borderLeft)

No description

getBorderLeft()

No description

setBorderRight(TableCellBorder $borderRight)

No description

getBorderRight()

No description

setBorderTop(TableCellBorder $borderTop)

No description

getBorderTop()

No description

setColumnSpan($columnSpan)

No description

int
getColumnSpan()

No description

setContentAlignment($contentAlignment)

No description

string
getContentAlignment()

No description

setPaddingBottom(Dimension $paddingBottom)

No description

getPaddingBottom()

No description

setPaddingLeft(Dimension $paddingLeft)

No description

getPaddingLeft()

No description

setPaddingRight(Dimension $paddingRight)

No description

getPaddingRight()

No description

setPaddingTop(Dimension $paddingTop)

No description

getPaddingTop()

No description

setRowSpan($rowSpan)

No description

int
getRowSpan()

No description

Details

setBackgroundColor(OptionalColor $backgroundColor)

No description

Parameters

OptionalColor $backgroundColor

OptionalColor getBackgroundColor()

No description

Return Value

OptionalColor

setBorderBottom(TableCellBorder $borderBottom)

No description

Parameters

TableCellBorder $borderBottom

TableCellBorder getBorderBottom()

No description

Return Value

TableCellBorder

setBorderLeft(TableCellBorder $borderLeft)

No description

Parameters

TableCellBorder $borderLeft

TableCellBorder getBorderLeft()

No description

Return Value

TableCellBorder

setBorderRight(TableCellBorder $borderRight)

No description

Parameters

TableCellBorder $borderRight

TableCellBorder getBorderRight()

No description

Return Value

TableCellBorder

setBorderTop(TableCellBorder $borderTop)

No description

Parameters

TableCellBorder $borderTop

TableCellBorder getBorderTop()

No description

Return Value

TableCellBorder

setColumnSpan($columnSpan)

No description

Parameters

$columnSpan

int getColumnSpan()

No description

Return Value

int

setContentAlignment($contentAlignment)

No description

Parameters

$contentAlignment

string getContentAlignment()

No description

Return Value

string

setPaddingBottom(Dimension $paddingBottom)

No description

Parameters

Dimension $paddingBottom

Dimension getPaddingBottom()

No description

Return Value

Dimension

setPaddingLeft(Dimension $paddingLeft)

No description

Parameters

Dimension $paddingLeft

Dimension getPaddingLeft()

No description

Return Value

Dimension

setPaddingRight(Dimension $paddingRight)

No description

Parameters

Dimension $paddingRight

Dimension getPaddingRight()

No description

Return Value

Dimension

setPaddingTop(Dimension $paddingTop)

No description

Parameters

Dimension $paddingTop

Dimension getPaddingTop()

No description

Return Value

Dimension

setRowSpan($rowSpan)

No description

Parameters

$rowSpan

int getRowSpan()

No description

Return Value

int