ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($pText='') | |
Create a new PHPExcel_RichText_TextElement instance. More... | |
getText () | |
Get text. More... | |
setText ($pText='') | |
Set text. More... | |
getFont () | |
Get font. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
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 |
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.
Definition at line 98 of file TextElement.php.
References $key.
PHPExcel_RichText_TextElement::getFont | ( | ) |
Get font.
Implements PHPExcel_RichText_ITextElement.
Definition at line 79 of file TextElement.php.
PHPExcel_RichText_TextElement::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_RichText_ITextElement.
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().