[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

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

Defines 1 class

PHPExcel_Writer_Excel2007_StringTable:: (5 methods):
  createStringTable()
  writeStringTable()
  writeRichText()
  writeRichTextForCharts()
  flipStringTable()


Class: PHPExcel_Writer_Excel2007_StringTable  - X-Ref

PHPExcel_Writer_Excel2007_StringTable

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

createStringTable($pSheet = null, $pExistingTable = null)   X-Ref
Create worksheet stringtable

param: PHPExcel_Worksheet     $pSheet                Worksheet
param: string[]                 $pExistingTable     Existing table to eventually merge with
return: string[]                 String table for worksheet

writeStringTable($pStringTable = null)   X-Ref
Write string table to XML format

param: string[]     $pStringTable
return: string         XML Output

writeRichText(PHPExcel_Shared_XMLWriter $objWriter = null, PHPExcel_RichText $pRichText = null, $prefix = null)   X-Ref
Write Rich Text

param: PHPExcel_Shared_XMLWriter    $objWriter         XML Writer
param: PHPExcel_RichText            $pRichText        Rich text
param: string                        $prefix            Optional Namespace prefix

writeRichTextForCharts(PHPExcel_Shared_XMLWriter $objWriter = null, $pRichText = null, $prefix = null)   X-Ref
Write Rich Text

param: PHPExcel_Shared_XMLWriter    $objWriter         XML Writer
param: string|PHPExcel_RichText    $pRichText        text string or Rich text
param: string                        $prefix            Optional Namespace prefix

flipStringTable($stringTable = array()   X-Ref
Flip string table (for index searching)

param: array    $stringTable    Stringtable
return: array



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