$author
$author : string
Author.
$text : \PhpOffice\PhpSpreadsheet\RichText\RichText
Rich text comment.
$fillColor : \PhpOffice\PhpSpreadsheet\Style\Color
Comment fill color.
setAuthor(string $author) : \PhpOffice\PhpSpreadsheet\Comment
Set Author.
string | $author |
getText() : \PhpOffice\PhpSpreadsheet\RichText\RichText
Get Rich text comment.
setText(\PhpOffice\PhpSpreadsheet\RichText\RichText $pValue) : \PhpOffice\PhpSpreadsheet\Comment
Set Rich text comment.
\PhpOffice\PhpSpreadsheet\RichText\RichText | $pValue |
setWidth(string $width) : \PhpOffice\PhpSpreadsheet\Comment
Set comment width (CSS style, i.e. XXpx or YYpt).
string | $width |
setHeight(string $value) : \PhpOffice\PhpSpreadsheet\Comment
Set comment height (CSS style, i.e. XXpx or YYpt).
string | $value |
setMarginLeft(string $value) : \PhpOffice\PhpSpreadsheet\Comment
Set left margin (CSS style, i.e. XXpx or YYpt).
string | $value |
setMarginTop(string $value) : \PhpOffice\PhpSpreadsheet\Comment
Set top margin (CSS style, i.e. XXpx or YYpt).
string | $value |
setVisible(boolean $value) : \PhpOffice\PhpSpreadsheet\Comment
Set comment default visibility.
boolean | $value |
getFillColor() : \PhpOffice\PhpSpreadsheet\Style\Color
Get fill color.
setAlignment(string $alignment) : \PhpOffice\PhpSpreadsheet\Comment
Set Alignment.
string | $alignment | see Style\Alignment::HORIZONTAL_* |
Loading…