|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_RichText_TextElement:
Collaboration diagram for PHPExcel_RichText_TextElement:Public Member Functions | |
| __construct ($pText= '') | |
| Create a new PHPExcel_RichText_TextElement instance. | |
| getText () | |
| Get text. | |
| setText ($pText= '') | |
| Set text. | |
| getFont () | |
| Get font. | |
| getHashCode () | |
| Get hash code. | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. | |
Private Attributes | |
| $_text | |
Definition at line 34 of file TextElement.php.
| PHPExcel_RichText_TextElement::__construct | ( | $pText = '' | ) |
Create a new PHPExcel_RichText_TextElement instance.
| string | $pText | Text |
Reimplemented in PHPExcel_RichText_Run.
Definition at line 48 of file TextElement.php.
| PHPExcel_RichText_TextElement::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Reimplemented in PHPExcel_RichText_Run.
Definition at line 98 of file TextElement.php.
| PHPExcel_RichText_TextElement::getFont | ( | ) |
Get font.
Implements PHPExcel_RichText_ITextElement.
Reimplemented in PHPExcel_RichText_Run.
Definition at line 79 of file TextElement.php.
| PHPExcel_RichText_TextElement::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_RichText_ITextElement.
Reimplemented in PHPExcel_RichText_Run.
Definition at line 88 of file TextElement.php.
| PHPExcel_RichText_TextElement::getText | ( | ) |
Get text.
Implements PHPExcel_RichText_ITextElement.
Definition at line 59 of file TextElement.php.
References $_text.
| PHPExcel_RichText_TextElement::setText | ( | $pText = '' | ) |
Set text.
| $pText | string Text |
Implements PHPExcel_RichText_ITextElement.
Definition at line 69 of file TextElement.php.
|
private |
Definition at line 41 of file TextElement.php.
Referenced by getText().