|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for PHPExcel_RichText_ITextElement:
Collaboration diagram for PHPExcel_RichText_ITextElement:Public Member Functions | |
| getText () | |
| Get text. More... | |
| setText ($pText='') | |
| Set text. More... | |
| getFont () | |
| Get font. More... | |
| getHashCode () | |
| Get hash code. More... | |
Definition at line 34 of file ITextElement.php.
| PHPExcel_RichText_ITextElement::getFont | ( | ) |
Get font.
Implemented in PHPExcel_RichText_Run, and PHPExcel_RichText_TextElement.
| PHPExcel_RichText_ITextElement::getHashCode | ( | ) |
Get hash code.
Implemented in PHPExcel_RichText_Run, and PHPExcel_RichText_TextElement.
| PHPExcel_RichText_ITextElement::getText | ( | ) |
Get text.
Implemented in PHPExcel_RichText_TextElement.
Referenced by PHPExcel_RichText_Run\getHashCode().
Here is the caller graph for this function:| PHPExcel_RichText_ITextElement::setText | ( | $pText = '' | ) |
Set text.
| $pText | string Text |
Implemented in PHPExcel_RichText_TextElement.
Referenced by PHPExcel_RichText_Run\__construct().
Here is the caller graph for this function: