|
ILIAS
Release_4_0_x_branch Revision 61816
|
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. | |
| writeStringTable ($pStringTable=null) | |
| Write string table to XML format. | |
| writeRichText (PHPExcel_Shared_XMLWriter $objWriter=null, PHPExcel_RichText $pRichText=null) | |
| Write Rich Text. | |
| flipStringTable ($stringTable=array()) | |
| Flip string table (for index searching) | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
| setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. | |
| getParentWriter () | |
| Get parent IWriter object. | |
Definition at line 60 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 |
| Exception |
Definition at line 70 of file StringTable.php.
References flipStringTable(), PHPExcel_Cell_DataType\TYPE_NULL, and PHPExcel_Cell_DataType\TYPE_STRING.
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 253 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 |
||
| ) |
Write Rich Text.
| PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
| PHPExcel_RichText | $pRichText | Rich text |
| Exception |
Definition at line 175 of file StringTable.php.
References 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::writeStringTable | ( | $pStringTable = null | ) |
Write string table to XML format.
| string[] | $pStringTable |
| Exception |
Definition at line 121 of file StringTable.php.
References 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: