ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct ($pText='') | |
Create a new PHPExcel_RichText_Run instance. More... | |
getFont () | |
Get font. More... | |
setFont (PHPExcel_Style_Font $pFont=null) | |
Set font. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Public Member Functions inherited from PHPExcel_RichText_TextElement | |
__construct ($pText='') | |
Create a new PHPExcel_RichText_TextElement instance. More... | |
getText () | |
Get text. More... | |
setText ($pText='') | |
Set text. More... | |
getFont () | |
Get font. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Private Attributes | |
$_font | |
PHPExcel_RichText_Run::__construct | ( | $pText = '' | ) |
Create a new PHPExcel_RichText_Run instance.
string | $pText | Text |
Definition at line 48 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.
PHPExcel_RichText_Run::getFont | ( | ) |
Get font.
Implements PHPExcel_RichText_ITextElement.
Definition at line 60 of file Run.php.
References $_font.
PHPExcel_RichText_Run::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_RichText_ITextElement.
Definition at line 81 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 |
PHPExcel_Exception |
Definition at line 71 of file Run.php.
Referenced by PHPExcel_RichText\__construct().
|
private |