$author
$author : string
Author
PHPExcel_Comment
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
$text : \PHPExcel_RichText
Rich text comment
$fillColor : \PHPExcel_Style_Color
Comment fill color
setAuthor(string $pValue = '') : \PHPExcel_Comment
Set Author
string | $pValue |
getText() : \PHPExcel_RichText
Get Rich text comment
setText(\PHPExcel_RichText $pValue) : \PHPExcel_Comment
Set Rich text comment
\PHPExcel_RichText | $pValue |
setWidth(string $value = '96pt') : \PHPExcel_Comment
Set comment width (CSS style, i.e. XXpx or YYpt)
string | $value |
setHeight(string $value = '55.5pt') : \PHPExcel_Comment
Set comment height (CSS style, i.e. XXpx or YYpt)
string | $value |
setMarginLeft(string $value = '59.25pt') : \PHPExcel_Comment
Set left margin (CSS style, i.e. XXpx or YYpt)
string | $value |
setMarginTop(string $value = '1.5pt') : \PHPExcel_Comment
Set top margin (CSS style, i.e. XXpx or YYpt)
string | $value |
setVisible(boolean $value = false) : \PHPExcel_Comment
Set comment default visibility
boolean | $value |
getFillColor() : \PHPExcel_Style_Color
Get fill color
setAlignment(string $pValue = \PHPExcel_Style_Alignment::HORIZONTAL_GENERAL) : \PHPExcel_Comment
Set Alignment
string | $pValue |