ILIAS
Release_4_0_x_branch Revision 61816
|
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 49 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 63 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 113 of file TextElement.php.
References $key.
PHPExcel_RichText_TextElement::getFont | ( | ) |
Get font.
Implements PHPExcel_RichText_ITextElement.
Reimplemented in PHPExcel_RichText_Run.
Definition at line 94 of file TextElement.php.
PHPExcel_RichText_TextElement::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_RichText_ITextElement.
Reimplemented in PHPExcel_RichText_Run.
Definition at line 103 of file TextElement.php.
PHPExcel_RichText_TextElement::getText | ( | ) |
Get text.
Implements PHPExcel_RichText_ITextElement.
Definition at line 74 of file TextElement.php.
References $_text.
PHPExcel_RichText_TextElement::setText | ( | $pText = '' | ) |
Set text.
$pText | string Text |
Implements PHPExcel_RichText_ITextElement.
Definition at line 84 of file TextElement.php.
|
private |
Definition at line 56 of file TextElement.php.
Referenced by getText().