Comments
extends WriterPart
in package
Table of Contents
Methods
- __construct() : mixed
- Set parent Xlsx object.
- getParentWriter() : Xlsx
- Get parent Xlsx object.
- writeComments() : string
- Write comments to XML format.
- writeVMLComments() : string
- Write VML comments to XML format.
Methods
__construct()
Set parent Xlsx object.
public
__construct(Xlsx $writer) : mixed
Parameters
- $writer : Xlsx
getParentWriter()
Get parent Xlsx object.
public
getParentWriter() : Xlsx
Return values
XlsxwriteComments()
Write comments to XML format.
public
writeComments(Worksheet $worksheet) : string
Parameters
- $worksheet : Worksheet
Return values
string —XML Output
writeVMLComments()
Write VML comments to XML format.
public
writeVMLComments(Worksheet $worksheet) : string
Parameters
- $worksheet : Worksheet
Return values
string —XML Output