|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for PHPExcel_RichText_Run:
Collaboration diagram for PHPExcel_RichText_Run: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... | |
| getText () | |
| Get text. More... | |
| setText ($pText='') | |
| Set text. More... | |
| getFont () | |
| Get font. More... | |
| getHashCode () | |
| Get hash code. More... | |
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 48 of file Run.php.
References PHPExcel_RichText_ITextElement\setText().
Here is the call graph for this function:| 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 92 of file Run.php.
References $key.
| 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().
Here is the call graph for this function:| 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.
|
private |