|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for PHPExcel_Writer_Excel2007_StringTable:
Collaboration diagram for PHPExcel_Writer_Excel2007_StringTable:Public Member Functions | |
| createStringTable ($pSheet=null, $pExistingTable=null) | |
| Create worksheet stringtable. More... | |
| writeStringTable ($pStringTable=null) | |
| Write string table to XML format. More... | |
| writeRichText (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_RichText $pRichText=null, $prefix=NULL) | |
| Write Rich Text. More... | |
| writeRichTextForCharts (PHPExcel_Shared_XMLWriter $objWriter=null, $pRichText=null, $prefix=NULL) | |
| Write Rich Text. More... | |
| flipStringTable ($stringTable=array()) | |
| Flip string table (for index searching) More... | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
| setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. More... | |
| getParentWriter () | |
| Get parent IWriter object. More... | |
| __construct (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. More... | |
Definition at line 36 of file StringTable.php.
| PHPExcel_Writer_Excel2007_StringTable::createStringTable | ( | $pSheet = null, |
|
$pExistingTable = null |
|||
| ) |
Create worksheet stringtable.
| PHPExcel_Worksheet | $pSheet | Worksheet |
| string[] | $pExistingTable | Existing table to eventually merge with |
| PHPExcel_Writer_Exception |
Definition at line 46 of file StringTable.php.
References flipStringTable(), PHPExcel_Cell_DataType\TYPE_NULL, PHPExcel_Cell_DataType\TYPE_STRING, and PHPExcel_Cell_DataType\TYPE_STRING2.
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_StringTable::flipStringTable | ( | $stringTable = array() | ) |
Flip string table (for index searching)
| array | $stringTable | Stringtable |
Definition at line 303 of file StringTable.php.
References $key.
Referenced by createStringTable().
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007_StringTable::writeRichText | ( | PHPExcel_Shared_XMLWriter | $objWriter = null, |
| PHPExcel_RichText | $pRichText = null, |
||
$prefix = NULL |
|||
| ) |
Write Rich Text.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_RichText | $pRichText | Rich text |
| string | $prefix | Optional Namespace prefix |
| PHPExcel_Writer_Exception |
Definition at line 150 of file StringTable.php.
References $objWriter, and PHPExcel_Shared_String\ControlCharacterPHP2OOXML().
Referenced by writeStringTable().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Writer_Excel2007_StringTable::writeRichTextForCharts | ( | PHPExcel_Shared_XMLWriter | $objWriter = null, |
$pRichText = null, |
|||
$prefix = NULL |
|||
| ) |
Write Rich Text.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| string | PHPExcel_RichText | $pRichText | text string or Rich text |
| string | $prefix | Optional Namespace prefix |
| PHPExcel_Writer_Exception |
Definition at line 232 of file StringTable.php.
References $objWriter, and PHPExcel_Shared_String\ControlCharacterPHP2OOXML().
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_StringTable::writeStringTable | ( | $pStringTable = null | ) |
Write string table to XML format.
| string[] | $pStringTable |
| PHPExcel_Writer_Exception |
Definition at line 95 of file StringTable.php.
References $objWriter, PHPExcel_Shared_String\ControlCharacterPHP2OOXML(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, PHPExcel_Shared_XMLWriter\STORAGE_MEMORY, and writeRichText().
Here is the call graph for this function: