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