ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
writeRelationships (PHPExcel $pPHPExcel=null) | |
Write relationships to XML format. | |
writeWorkbookRelationships (PHPExcel $pPHPExcel=null) | |
Write workbook relationships to XML format. | |
writeWorksheetRelationships (PHPExcel_Worksheet $pWorksheet=null, $pWorksheetId=1) | |
Write worksheet relationships to XML format. | |
writeDrawingRelationships (PHPExcel_Worksheet $pWorksheet=null) | |
Write drawing relationships to XML format. | |
writeHeaderFooterDrawingRelationships (PHPExcel_Worksheet $pWorksheet=null) | |
Write header/footer drawing relationships to XML format. | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
Set parent IWriter object. | |
getParentWriter () | |
Get parent IWriter object. |
Private Member Functions | |
_writeRelationship (PHPExcel_Shared_XMLWriter $objWriter=null, $pId=1, $pType= '', $pTarget= '', $pTargetMode= '') | |
Write Override content type. |
|
private |
Write Override content type.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
int | $pId | Relationship ID. rId will be prepended! |
string | $pType | Relationship type |
string | $pTarget | Relationship target |
string | $pTargetMode | Relationship target mode |
Exception |
Definition at line 371 of file Rels.php.
Referenced by writeDrawingRelationships(), writeHeaderFooterDrawingRelationships(), writeRelationships(), writeWorkbookRelationships(), and writeWorksheetRelationships().
PHPExcel_Writer_Excel2007_Rels::writeDrawingRelationships | ( | PHPExcel_Worksheet | $pWorksheet = null | ) |
Write drawing relationships to XML format.
PHPExcel_Worksheet | $pWorksheet |
Exception |
Definition at line 278 of file Rels.php.
References _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
PHPExcel_Writer_Excel2007_Rels::writeHeaderFooterDrawingRelationships | ( | PHPExcel_Worksheet | $pWorksheet = null | ) |
Write header/footer drawing relationships to XML format.
PHPExcel_Worksheet | $pWorksheet |
Exception |
Definition at line 327 of file Rels.php.
References $key, _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
PHPExcel_Writer_Excel2007_Rels::writeRelationships | ( | PHPExcel | $pPHPExcel = null | ) |
Write relationships to XML format.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 69 of file Rels.php.
References _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
PHPExcel_Writer_Excel2007_Rels::writeWorkbookRelationships | ( | PHPExcel | $pPHPExcel = null | ) |
Write workbook relationships to XML format.
PHPExcel | $pPHPExcel |
Exception |
Definition at line 123 of file Rels.php.
References _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
PHPExcel_Writer_Excel2007_Rels::writeWorksheetRelationships | ( | PHPExcel_Worksheet | $pWorksheet = null , |
$pWorksheetId = 1 |
|||
) |
Write worksheet relationships to XML format.
Numbering is as follows: rId1 - Drawings rId_hyperlink_x - Hyperlinks
PHPExcel_Worksheet | $pWorksheet | |
int | $pWorksheetId |
Exception |
Definition at line 193 of file Rels.php.
References _writeRelationship(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.