ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
getText () | |
Get text. | |
setText ($pText= '') | |
Set text. | |
getFont () | |
Get font. | |
getHashCode () | |
Get hash code. |
Definition at line 46 of file ITextElement.php.
PHPExcel_RichText_ITextElement::getFont | ( | ) |
Get font.
Implemented in PHPExcel_RichText_TextElement, and PHPExcel_RichText_Run.
PHPExcel_RichText_ITextElement::getHashCode | ( | ) |
Get hash code.
Implemented in PHPExcel_RichText_TextElement, and PHPExcel_RichText_Run.
PHPExcel_RichText_ITextElement::getText | ( | ) |
Get text.
Implemented in PHPExcel_RichText_TextElement.
Referenced by PHPExcel_RichText_Run\getHashCode().
PHPExcel_RichText_ITextElement::setText | ( | $pText = '' | ) |
Set text.
$pText | string Text |
Implemented in PHPExcel_RichText_TextElement.
Referenced by PHPExcel_RichText_Run\__construct().