ILIAS
Release_4_0_x_branch Revision 61816
|
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. | |
getParent () | |
Get parent. | |
setParent (PHPExcel_Cell $value) | |
Set parent. | |
getHashCode () | |
Get hash code. | |
getHashIndex () | |
Get hash index. | |
setHashIndex ($value) | |
Set hash index. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
Private Attributes | |
$_richTextElements | |
$_parent | |
$_hashIndex |
Definition at line 65 of file RichText.php.
PHPExcel_RichText::__construct | ( | PHPExcel_Cell | $pCell = null | ) |
Create a new PHPExcel_RichText instance.
PHPExcel_Cell | $pParent |
Exception |
Definition at line 87 of file RichText.php.
References addText(), PHPExcel_RichText_Run\setFont(), and PHPExcel_Cell_DataType\TYPE_STRING.
PHPExcel_RichText::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 294 of file RichText.php.
References $key.
PHPExcel_RichText::__toString | ( | ) |
Convert to string.
Definition at line 174 of file RichText.php.
References getPlainText().
PHPExcel_RichText::addText | ( | PHPExcel_RichText_ITextElement | $pText = null | ) |
Add text.
PHPExcel_RichText_ITextElement | $pText | Rich text element |
Exception |
Definition at line 116 of file RichText.php.
Referenced by __construct(), createText(), and createTextRun().
PHPExcel_RichText::createText | ( | $pText = '' | ) |
Create text.
string | $pText | Text |
Exception |
Definition at line 129 of file RichText.php.
References addText().
PHPExcel_RichText::createTextRun | ( | $pText = '' | ) |
Create text run.
string | $pText | Text |
Exception |
Definition at line 143 of file RichText.php.
References addText().
PHPExcel_RichText::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 248 of file RichText.php.
PHPExcel_RichText::getHashIndex | ( | ) |
Get hash index.
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
Implements PHPExcel_IComparable.
Definition at line 275 of file RichText.php.
References $_hashIndex.
PHPExcel_RichText::getParent | ( | ) |
PHPExcel_RichText::getPlainText | ( | ) |
Get plain text.
Definition at line 155 of file RichText.php.
Referenced by __toString().
PHPExcel_RichText::getRichTextElements | ( | ) |
Get Rich Text elements.
Definition at line 183 of file RichText.php.
References $_richTextElements.
Referenced by setParent().
PHPExcel_RichText::setHashIndex | ( | $value | ) |
Set hash index.
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
string | $value | Hash index |
Implements PHPExcel_IComparable.
Definition at line 287 of file RichText.php.
PHPExcel_RichText::setParent | ( | PHPExcel_Cell | $value | ) |
Set parent.
PHPExcel_Cell | $value |
Definition at line 220 of file RichText.php.
References getRichTextElements(), PHPExcel_Cell\setValueExplicit(), and PHPExcel_Cell_DataType\TYPE_STRING.
PHPExcel_RichText::setRichTextElements | ( | $pElements = null | ) |
Set Rich Text elements.
PHPExcel_RichText_ITextElement[] | $pElements Array of elements |
Exception |
Definition at line 195 of file RichText.php.
|
private |
Definition at line 265 of file RichText.php.
Referenced by getHashIndex().
|
private |
Definition at line 79 of file RichText.php.
Referenced by getParent().
|
private |
Definition at line 72 of file RichText.php.
Referenced by getRichTextElements().