ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct (PHPExcel_Cell $pCell=null) | |
Create a new PHPExcel_RichText instance. More... | |
addText (PHPExcel_RichText_ITextElement $pText=null) | |
Add text. More... | |
createText ($pText='') | |
Create text. More... | |
createTextRun ($pText='') | |
Create text run. More... | |
getPlainText () | |
Get plain text. More... | |
__toString () | |
Convert to string. More... | |
getRichTextElements () | |
Get Rich Text elements. More... | |
setRichTextElements ($pElements=null) | |
Set Rich Text elements. More... | |
getHashCode () | |
Get hash code. More... | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
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 | $pCell |
PHPExcel_Exception |
Definition at line 51 of file RichText.php.
References addText(), array, 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 188 of file RichText.php.
PHPExcel_RichText::__toString | ( | ) |
Convert to string.
Definition at line 135 of file RichText.php.
References getPlainText().
PHPExcel_RichText::addText | ( | PHPExcel_RichText_ITextElement | $pText = null | ) |
Add text.
PHPExcel_RichText_ITextElement | $pText | Rich text element |
PHPExcel_Exception |
Definition at line 77 of file RichText.php.
Referenced by __construct(), createText(), and createTextRun().
PHPExcel_RichText::createText | ( | $pText = '' | ) |
Create text.
string | $pText | Text |
PHPExcel_Exception |
Definition at line 90 of file RichText.php.
References addText().
PHPExcel_RichText::createTextRun | ( | $pText = '' | ) |
Create text run.
string | $pText | Text |
PHPExcel_Exception |
Definition at line 104 of file RichText.php.
References addText().
PHPExcel_RichText::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 172 of file RichText.php.
PHPExcel_RichText::getPlainText | ( | ) |
Get plain text.
Definition at line 116 of file RichText.php.
References $text.
Referenced by __toString().
PHPExcel_RichText::getRichTextElements | ( | ) |
Get Rich Text elements.
Definition at line 145 of file RichText.php.
References $_richTextElements.
PHPExcel_RichText::setRichTextElements | ( | $pElements = null | ) |
Set Rich Text elements.
PHPExcel_RichText_ITextElement[] | $pElements Array of elements |
PHPExcel_Exception |
Definition at line 157 of file RichText.php.
|
private |
Definition at line 43 of file RichText.php.
Referenced by getRichTextElements().