|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_RichText_Run:
Collaboration diagram for PHPExcel_RichText_Run: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 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.
| 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 |
| Exception |
Definition at line 71 of file Run.php.
Referenced by PHPExcel_RichText\__construct().
Here is the caller graph for this function:
|
private |