ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($pText= '') | |
Create a new PHPExcel_RichText_Run instance. | |
getFont () | |
Get font. | |
setFont (PHPExcel_Style_Font $pFont=null) | |
Set font. | |
getHashCode () | |
Get hash code. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. | |
Public Member Functions inherited from PHPExcel_RichText_TextElement | |
getText () | |
Get text. | |
setText ($pText= '') | |
Set text. |
Private Attributes | |
$_font |
PHPExcel_RichText_Run::__construct | ( | $pText = '' | ) |
Create a new PHPExcel_RichText_Run instance.
string | $pText | Text |
Reimplemented from PHPExcel_RichText_TextElement.
Definition at line 66 of file Run.php.
References PHPExcel_RichText_ITextElement\setText().
PHPExcel_RichText_Run::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Reimplemented from PHPExcel_RichText_TextElement.
Definition at line 110 of file Run.php.
References $key.
PHPExcel_RichText_Run::getFont | ( | ) |
Get font.
Implements PHPExcel_RichText_ITextElement.
Definition at line 78 of file Run.php.
References $_font.
PHPExcel_RichText_Run::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_RichText_ITextElement.
Definition at line 99 of file Run.php.
References PHPExcel_RichText_ITextElement\getText().
PHPExcel_RichText_Run::setFont | ( | PHPExcel_Style_Font | $pFont = null | ) |
Set font.
PHPExcel_Style_Font | $pFont | Font |
Exception |
Definition at line 89 of file Run.php.
Referenced by PHPExcel_RichText\__construct().
|
private |