[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 268 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Writer_Excel2007_Comments:: (4 methods):
writeComments()
_writeComment()
writeVMLComments()
_writeVMLComment()
Class: PHPExcel_Writer_Excel2007_Comments - X-Ref
PHPExcel_Writer_Excel2007_CommentswriteComments(PHPExcel_Worksheet $pWorksheet = null) X-Ref |
Write comments to XML format param: PHPExcel_Worksheet $pWorksheet return: string XML Output |
_writeComment(PHPExcel_Shared_XMLWriter $objWriter = null, $pCellReference = 'A1', PHPExcel_Comment $pComment = null, $pAuthors = null) X-Ref |
Write comment to XML format param: PHPExcel_Shared_XMLWriter $objWriter XML Writer param: string $pCellReference Cell reference param: PHPExcel_Comment $pComment Comment param: array $pAuthors Array of authors |
writeVMLComments(PHPExcel_Worksheet $pWorksheet = null) X-Ref |
Write VML comments to XML format param: PHPExcel_Worksheet $pWorksheet return: string XML Output |
_writeVMLComment(PHPExcel_Shared_XMLWriter $objWriter = null, $pCellReference = 'A1', PHPExcel_Comment $pComment = null) X-Ref |
Write VML comment to XML format param: PHPExcel_Shared_XMLWriter $objWriter XML Writer param: string $pCellReference Cell reference param: PHPExcel_Comment $pComment Comment |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |