Method | Description | |
---|---|---|
getColumnSpan ( ) : integer | ||
getData ( ) : string | Returns the text content of the table cell. | |
getHorizontalAlign ( ) : string | ||
getRowSpan ( ) : integer | ||
getText ( ) : string | ||
getVerticalAlign ( ) : string | ||
getWrap ( ) : boolean | ||
renderContents ( $writer ) | Renders body contents of the table cell. | |
setColumnSpan ( $value ) | Sets the columnspan for the table cell. | |
setData ( $value ) | Sets the text content of the table cell. | |
setHorizontalAlign ( $value ) | Sets the horizontal alignment of the contents within the table item. | |
setRowSpan ( $value ) | Sets the rowspan for the table cell. | |
setText ( $value ) | Sets the text content of the table cell. | |
setVerticalAlign ( $value ) | Sets the vertical alignment of the contents within the table item. | |
setWrap ( $value ) | Sets the value indicating whether the text content wraps within a table cell. |
Method | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Adds attributes to renderer. | |
createStyle ( ) : |
Creates a style object for the control. | |
getTagName ( ) : string |
protected addAttributesToRender ( $writer ) |
protected createStyle ( ) : |
||
return | control style to be used |
public getColumnSpan ( ) : integer | ||
return | integer | the columnspan for the table cell, 0 if not set. |
public getHorizontalAlign ( ) : string | ||
return | string | the horizontal alignment of the contents within the table item, defaults to 'NotSet'. |
public getRowSpan ( ) : integer | ||
return | integer | the rowspan for the table cell, 0 if not set. |
protected getTagName ( ) : string | ||
return | string | tag name for the table cell |
public getVerticalAlign ( ) : string | ||
return | string | the vertical alignment of the contents within the table item, defaults to 'NotSet'. |
public renderContents ( $writer ) |
public setColumnSpan ( $value ) |
public setData ( $value ) |
public setHorizontalAlign ( $value ) |
public setText ( $value ) |
public setVerticalAlign ( $value ) |
public setWrap ( $value ) |