|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_RichText:
Collaboration diagram for PHPExcel_RichText:Public Member Functions | |
| __construct (PHPExcel_Cell $pCell=null) | |
| Create a new PHPExcel_RichText instance. | |
| addText (PHPExcel_RichText_ITextElement $pText=null) | |
| Add text. | |
| createText ($pText= '') | |
| Create text. | |
| createTextRun ($pText= '') | |
| Create text run. | |
| getPlainText () | |
| Get plain text. | |
| __toString () | |
| Convert to string. | |
| getRichTextElements () | |
| Get Rich Text elements. | |
| setRichTextElements ($pElements=null) | |
| Set Rich Text elements. | |
| getHashCode () | |
| Get hash code. | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. | |
Private Attributes | |
| $_richTextElements | |
Definition at line 36 of file RichText.php.
| PHPExcel_RichText::__construct | ( | PHPExcel_Cell | $pCell = null | ) |
Create a new PHPExcel_RichText instance.
| PHPExcel_Cell | $pParent |
| Exception |
Definition at line 51 of file RichText.php.
References addText(), PHPExcel_RichText_Run\setFont(), and PHPExcel_Cell_DataType\TYPE_STRING.
Here is the call graph for this function:| PHPExcel_RichText::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 186 of file RichText.php.
| PHPExcel_RichText::__toString | ( | ) |
Convert to string.
Definition at line 135 of file RichText.php.
References getPlainText().
Here is the call graph for this function:| PHPExcel_RichText::addText | ( | PHPExcel_RichText_ITextElement | $pText = null | ) |
Add text.
| PHPExcel_RichText_ITextElement | $pText | Rich text element |
| Exception |
Definition at line 77 of file RichText.php.
Referenced by __construct(), createText(), and createTextRun().
Here is the caller graph for this function:| PHPExcel_RichText::createText | ( | $pText = '' | ) |
Create text.
| string | $pText | Text |
| Exception |
Definition at line 90 of file RichText.php.
References addText().
Here is the call graph for this function:| PHPExcel_RichText::createTextRun | ( | $pText = '' | ) |
Create text run.
| string | $pText | Text |
| Exception |
Definition at line 104 of file RichText.php.
References addText().
Here is the call graph for this function:| PHPExcel_RichText::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 171 of file RichText.php.
| PHPExcel_RichText::getPlainText | ( | ) |
Get plain text.
Definition at line 116 of file RichText.php.
Referenced by __toString().
Here is the caller graph for this function:| PHPExcel_RichText::getRichTextElements | ( | ) |
Get Rich Text elements.
Definition at line 144 of file RichText.php.
References $_richTextElements.
| PHPExcel_RichText::setRichTextElements | ( | $pElements = null | ) |
Set Rich Text elements.
| PHPExcel_RichText_ITextElement[] | $pElements Array of elements |
| Exception |
Definition at line 156 of file RichText.php.
|
private |
Definition at line 43 of file RichText.php.
Referenced by getRichTextElements().