|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for PhpOffice\PhpSpreadsheet\Comment:
Collaboration diagram for PhpOffice\PhpSpreadsheet\Comment:Public Member Functions | |
| __construct () | |
| Create a new Comment. More... | |
| getAuthor () | |
| Get Author. More... | |
| setAuthor ($author) | |
| Set Author. More... | |
| getText () | |
| Get Rich text comment. More... | |
| setText (RichText $pValue) | |
| Set Rich text comment. More... | |
| getWidth () | |
| Get comment width (CSS style, i.e. More... | |
| setWidth ($width) | |
| Set comment width (CSS style, i.e. More... | |
| getHeight () | |
| Get comment height (CSS style, i.e. More... | |
| setHeight ($value) | |
| Set comment height (CSS style, i.e. More... | |
| getMarginLeft () | |
| Get left margin (CSS style, i.e. More... | |
| setMarginLeft ($value) | |
| Set left margin (CSS style, i.e. More... | |
| getMarginTop () | |
| Get top margin (CSS style, i.e. More... | |
| setMarginTop ($value) | |
| Set top margin (CSS style, i.e. More... | |
| getVisible () | |
| Is the comment visible by default? More... | |
| setVisible ($value) | |
| Set comment default visibility. More... | |
| getFillColor () | |
| Get fill color. More... | |
| setAlignment ($alignment) | |
| Set Alignment. More... | |
| getAlignment () | |
| Get Alignment. More... | |
| getHashCode () | |
| Get hash code. More... | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
| __toString () | |
| Convert to string. More... | |
| getHashCode () | |
| Get hash code. More... | |
Private Attributes | |
| $author | |
| $text | |
| $width = '96pt' | |
| $marginLeft = '59.25pt' | |
| $marginTop = '1.5pt' | |
| $visible = false | |
| $height = '55.5pt' | |
| $fillColor | |
| $alignment | |
Definition at line 7 of file Comment.php.
| PhpOffice\PhpSpreadsheet\Comment::__construct | ( | ) |
Create a new Comment.
Definition at line 75 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Style\Alignment\HORIZONTAL_GENERAL.
| PhpOffice\PhpSpreadsheet\Comment::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 308 of file Comment.php.
References $key.
| PhpOffice\PhpSpreadsheet\Comment::__toString | ( | ) |
Convert to string.
Definition at line 325 of file Comment.php.
| PhpOffice\PhpSpreadsheet\Comment::getAlignment | ( | ) |
Get Alignment.
Definition at line 279 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$alignment.
| PhpOffice\PhpSpreadsheet\Comment::getAuthor | ( | ) |
Get Author.
Definition at line 89 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$author.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Comments\writeComment().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Comment::getFillColor | ( | ) |
Get fill color.
Definition at line 255 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$fillColor.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Comments\writeVMLComment().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Comment::getHashCode | ( | ) |
Get hash code.
Implements PhpOffice\PhpSpreadsheet\IComparable.
Definition at line 289 of file Comment.php.
| PhpOffice\PhpSpreadsheet\Comment::getHeight | ( | ) |
Get comment height (CSS style, i.e.
XXpx or YYpt).
Definition at line 159 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$height.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Comments\writeVMLComment().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Comment::getMarginLeft | ( | ) |
Get left margin (CSS style, i.e.
XXpx or YYpt).
Definition at line 183 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$marginLeft.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Comments\writeVMLComment().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Comment::getMarginTop | ( | ) |
Get top margin (CSS style, i.e.
XXpx or YYpt).
Definition at line 207 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$marginTop.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Comments\writeVMLComment().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Comment::getText | ( | ) |
Get Rich text comment.
Definition at line 113 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$text.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Comments\writeComment().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Comment::getVisible | ( | ) |
Is the comment visible by default?
Definition at line 231 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$visible.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Comments\writeVMLComment().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Comment::getWidth | ( | ) |
Get comment width (CSS style, i.e.
XXpx or YYpt).
Definition at line 135 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$width.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Comments\writeVMLComment().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Comment::setAlignment | ( | $alignment | ) |
Set Alignment.
| string | $alignment | see Style\Alignment::HORIZONTAL_* |
Definition at line 267 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$alignment.
| PhpOffice\PhpSpreadsheet\Comment::setAuthor | ( | $author | ) |
Set Author.
| string | $author |
Definition at line 101 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$author.
| PhpOffice\PhpSpreadsheet\Comment::setHeight | ( | $value | ) |
Set comment height (CSS style, i.e.
XXpx or YYpt).
| string | $value |
Definition at line 171 of file Comment.php.
| PhpOffice\PhpSpreadsheet\Comment::setMarginLeft | ( | $value | ) |
Set left margin (CSS style, i.e.
XXpx or YYpt).
| string | $value |
Definition at line 195 of file Comment.php.
| PhpOffice\PhpSpreadsheet\Comment::setMarginTop | ( | $value | ) |
Set top margin (CSS style, i.e.
XXpx or YYpt).
| string | $value |
Definition at line 219 of file Comment.php.
| PhpOffice\PhpSpreadsheet\Comment::setText | ( | RichText | $pValue | ) |
Set Rich text comment.
Definition at line 123 of file Comment.php.
| PhpOffice\PhpSpreadsheet\Comment::setVisible | ( | $value | ) |
Set comment default visibility.
| bool | $value |
Definition at line 243 of file Comment.php.
| PhpOffice\PhpSpreadsheet\Comment::setWidth | ( | $width | ) |
Set comment width (CSS style, i.e.
XXpx or YYpt).
| string | $width |
Definition at line 147 of file Comment.php.
References PhpOffice\PhpSpreadsheet\Comment\$width.
|
private |
Definition at line 70 of file Comment.php.
Referenced by PhpOffice\PhpSpreadsheet\Comment\getAlignment(), and PhpOffice\PhpSpreadsheet\Comment\setAlignment().
|
private |
Definition at line 14 of file Comment.php.
Referenced by PhpOffice\PhpSpreadsheet\Comment\getAuthor(), and PhpOffice\PhpSpreadsheet\Comment\setAuthor().
|
private |
Definition at line 63 of file Comment.php.
Referenced by PhpOffice\PhpSpreadsheet\Comment\getFillColor().
|
private |
Definition at line 56 of file Comment.php.
Referenced by PhpOffice\PhpSpreadsheet\Comment\getHeight().
|
private |
Definition at line 35 of file Comment.php.
Referenced by PhpOffice\PhpSpreadsheet\Comment\getMarginLeft().
|
private |
Definition at line 42 of file Comment.php.
Referenced by PhpOffice\PhpSpreadsheet\Comment\getMarginTop().
|
private |
Definition at line 21 of file Comment.php.
Referenced by PhpOffice\PhpSpreadsheet\Comment\getText().
|
private |
Definition at line 49 of file Comment.php.
Referenced by PhpOffice\PhpSpreadsheet\Comment\getVisible().
|
private |
Definition at line 28 of file Comment.php.
Referenced by PhpOffice\PhpSpreadsheet\Comment\getWidth(), and PhpOffice\PhpSpreadsheet\Comment\setWidth().