[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Writer/Excel2007/ -> Rels.php (summary)

(no description)

File Size: 424 lines (16 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_Writer_Excel2007_Rels:: (6 methods):
  writeRelationships()
  writeWorkbookRelationships()
  writeWorksheetRelationships()
  writeDrawingRelationships()
  writeHeaderFooterDrawingRelationships()
  writeRelationship()


Class: PHPExcel_Writer_Excel2007_Rels  - X-Ref

PHPExcel_Writer_Excel2007_Rels

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

writeRelationships(PHPExcel $pPHPExcel = null)   X-Ref
Write relationships to XML format

param: PHPExcel    $pPHPExcel
return: string         XML Output

writeWorkbookRelationships(PHPExcel $pPHPExcel = null)   X-Ref
Write workbook relationships to XML format

param: PHPExcel    $pPHPExcel
return: string         XML Output

writeWorksheetRelationships(PHPExcel_Worksheet $pWorksheet = null, $pWorksheetId = 1, $includeCharts = false)   X-Ref
Write worksheet relationships to XML format

Numbering is as follows:
rId1                 - Drawings
rId_hyperlink_x     - Hyperlinks

param: PHPExcel_Worksheet    $pWorksheet
param: int                    $pWorksheetId
param: boolean                $includeCharts    Flag indicating if we should write charts
return: string                 XML Output

writeDrawingRelationships(PHPExcel_Worksheet $pWorksheet = null, &$chartRef, $includeCharts = false)   X-Ref
Write drawing relationships to XML format

param: PHPExcel_Worksheet    $pWorksheet
param: int                    &$chartRef        Chart ID
param: boolean                $includeCharts    Flag indicating if we should write charts
return: string                 XML Output

writeHeaderFooterDrawingRelationships(PHPExcel_Worksheet $pWorksheet = null)   X-Ref
Write header/footer drawing relationships to XML format

param: PHPExcel_Worksheet            $pWorksheet
return: string                         XML Output

writeRelationship(PHPExcel_Shared_XMLWriter $objWriter = null, $pId = 1, $pType = '', $pTarget = '', $pTargetMode = '')   X-Ref
Write Override content type

param: PHPExcel_Shared_XMLWriter     $objWriter         XML Writer
param: int                            $pId            Relationship ID. rId will be prepended!
param: string                        $pType            Relationship type
param: string                         $pTarget        Relationship target
param: string                         $pTargetMode    Relationship target mode



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1