ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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_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().