ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
writeComments (PHPExcel_Worksheet $pWorksheet=null) | |
Write comments to XML format. | |
_writeComment (PHPExcel_Shared_XMLWriter $objWriter=null, $pCellReference= 'A1', PHPExcel_Comment $pComment=null, $pAuthors=null) | |
Write comment to XML format. | |
writeVMLComments (PHPExcel_Worksheet $pWorksheet=null) | |
Write VML comments to XML format. | |
_writeVMLComment (PHPExcel_Shared_XMLWriter $objWriter=null, $pCellReference= 'A1', PHPExcel_Comment $pComment=null) | |
Write VML comment 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. |
Definition at line 72 of file Comments.php.
PHPExcel_Writer_Excel2007_Comments::_writeComment | ( | PHPExcel_Shared_XMLWriter | $objWriter = null , |
$pCellReference = 'A1' , |
|||
PHPExcel_Comment | $pComment = null , |
||
$pAuthors = null |
|||
) |
Write comment to XML format.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
string | $pCellReference | Cell reference |
PHPExcel_Comment | $pComment | Comment |
array | $pAuthors | Array of authors |
Exception |
Definition at line 139 of file Comments.php.
References PHPExcel_Writer_Excel2007_WriterPart\getParentWriter().
Referenced by writeComments().
PHPExcel_Writer_Excel2007_Comments::_writeVMLComment | ( | PHPExcel_Shared_XMLWriter | $objWriter = null , |
$pCellReference = 'A1' , |
|||
PHPExcel_Comment | $pComment = null |
||
) |
Write VML comment to XML format.
PHPExcel_Shared_XMLWriter | $objWriter | XML Writer |
string | $pCellReference | Cell reference |
PHPExcel_Comment | $pComment | Comment |
Exception |
Definition at line 234 of file Comments.php.
References $row, PHPExcel_Cell\columnIndexFromString(), and PHPExcel_Cell\coordinateFromString().
Referenced by writeVMLComments().
PHPExcel_Writer_Excel2007_Comments::writeComments | ( | PHPExcel_Worksheet | $pWorksheet = null | ) |
Write comments to XML format.
PHPExcel_Worksheet | $pWorksheet |
Exception |
Definition at line 81 of file Comments.php.
References $comment, $key, _writeComment(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
PHPExcel_Writer_Excel2007_Comments::writeVMLComments | ( | PHPExcel_Worksheet | $pWorksheet = null | ) |
Write VML comments to XML format.
PHPExcel_Worksheet | $pWorksheet |
Exception |
Definition at line 161 of file Comments.php.
References $key, _writeVMLComment(), PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.