$_author
$_author : string
Author
PHPExcel_Comment
$_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 |