TableCellStyle
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
getBackgroundColor()
No description
getBorderBottom()
No description
getBorderLeft()
No description
getBorderRight()
No description
getBorderTop()
No description
setColumnSpan($columnSpan)
No description
int
getColumnSpan()
No description
setContentAlignment($contentAlignment)
No description
string
getContentAlignment()
No description
getPaddingBottom()
No description
getPaddingLeft()
No description
getPaddingRight()
No description
getPaddingTop()
No description
setRowSpan($rowSpan)
No description
int
getRowSpan()
No description
Details
setBackgroundColor(OptionalColor $backgroundColor)
No description
OptionalColor
getBackgroundColor()
No description
setBorderBottom(TableCellBorder $borderBottom)
No description
TableCellBorder
getBorderBottom()
No description
setBorderLeft(TableCellBorder $borderLeft)
No description
TableCellBorder
getBorderLeft()
No description
setBorderRight(TableCellBorder $borderRight)
No description
TableCellBorder
getBorderRight()
No description
setBorderTop(TableCellBorder $borderTop)
No description
TableCellBorder
getBorderTop()
No description
setColumnSpan($columnSpan)
No description
int
getColumnSpan()
No description
setContentAlignment($contentAlignment)
No description
string
getContentAlignment()
No description
setPaddingBottom(Dimension $paddingBottom)
No description
Dimension
getPaddingBottom()
No description
setPaddingLeft(Dimension $paddingLeft)
No description
Dimension
getPaddingLeft()
No description
setPaddingRight(Dimension $paddingRight)
No description
Dimension
getPaddingRight()
No description
setPaddingTop(Dimension $paddingTop)
No description
Dimension
getPaddingTop()
No description
setRowSpan($rowSpan)
No description
int
getRowSpan()
No description