|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for PHPExcel_Comment:
Collaboration diagram for PHPExcel_Comment:Public Member Functions | |
| __construct () | |
| Create a new PHPExcel_Comment. More... | |
| getAuthor () | |
| Get Author. More... | |
| setAuthor ($pValue='') | |
| Set Author. More... | |
| getText () | |
| Get Rich text comment. More... | |
| setText (PHPExcel_RichText $pValue) | |
| Set Rich text comment. More... | |
| getWidth () | |
| Get comment width (CSS style, i.e. More... | |
| setWidth ($value='96pt') | |
| Set comment width (CSS style, i.e. More... | |
| getHeight () | |
| Get comment height (CSS style, i.e. More... | |
| setHeight ($value='55.5pt') | |
| Set comment height (CSS style, i.e. More... | |
| getMarginLeft () | |
| Get left margin (CSS style, i.e. More... | |
| setMarginLeft ($value='59.25pt') | |
| Set left margin (CSS style, i.e. More... | |
| getMarginTop () | |
| Get top margin (CSS style, i.e. More... | |
| setMarginTop ($value='1.5pt') | |
| Set top margin (CSS style, i.e. More... | |
| getVisible () | |
| Is the comment visible by default? More... | |
| setVisible ($value=false) | |
| Set comment default visibility. More... | |
| getFillColor () | |
| Get fill color. More... | |
| setAlignment ($pValue=PHPExcel_Style_Alignment::HORIZONTAL_GENERAL) | |
| 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 36 of file Comment.php.
| PHPExcel_Comment::__construct | ( | ) |
Create a new PHPExcel_Comment.
| PHPExcel_Exception |
Definition at line 106 of file Comment.php.
References PHPExcel_Style_Alignment\HORIZONTAL_GENERAL.
| PHPExcel_Comment::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 307 of file Comment.php.
| PHPExcel_Comment::__toString | ( | ) |
Convert to string.
Definition at line 323 of file Comment.php.
| PHPExcel_Comment::getAlignment | ( | ) |
Get Alignment.
Definition at line 280 of file Comment.php.
References $_alignment.
| PHPExcel_Comment::getAuthor | ( | ) |
| PHPExcel_Comment::getFillColor | ( | ) |
Get fill color.
Definition at line 260 of file Comment.php.
References $_fillColor.
| PHPExcel_Comment::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 289 of file Comment.php.
| PHPExcel_Comment::getHeight | ( | ) |
Get comment height (CSS style, i.e.
XXpx or YYpt)
Definition at line 180 of file Comment.php.
References $_height.
| PHPExcel_Comment::getMarginLeft | ( | ) |
Get left margin (CSS style, i.e.
XXpx or YYpt)
Definition at line 200 of file Comment.php.
References $_marginLeft.
| PHPExcel_Comment::getMarginTop | ( | ) |
Get top margin (CSS style, i.e.
XXpx or YYpt)
Definition at line 220 of file Comment.php.
References $_marginTop.
| PHPExcel_Comment::getText | ( | ) |
Get Rich text comment.
Definition at line 140 of file Comment.php.
References $_text.
| PHPExcel_Comment::getVisible | ( | ) |
Is the comment visible by default?
Definition at line 240 of file Comment.php.
References $_visible.
| PHPExcel_Comment::getWidth | ( | ) |
Get comment width (CSS style, i.e.
XXpx or YYpt)
Definition at line 160 of file Comment.php.
References $_width.
| PHPExcel_Comment::setAlignment | ( | $pValue = PHPExcel_Style_Alignment::HORIZONTAL_GENERAL | ) |
Set Alignment.
| string | $pValue |
Definition at line 270 of file Comment.php.
| PHPExcel_Comment::setAuthor | ( | $pValue = '' | ) |
Set Author.
| string | $pValue |
Definition at line 130 of file Comment.php.
| PHPExcel_Comment::setHeight | ( | $value = '55.5pt' | ) |
Set comment height (CSS style, i.e.
XXpx or YYpt)
| string | $value |
Definition at line 190 of file Comment.php.
| PHPExcel_Comment::setMarginLeft | ( | $value = '59.25pt' | ) |
Set left margin (CSS style, i.e.
XXpx or YYpt)
| string | $value |
Definition at line 210 of file Comment.php.
| PHPExcel_Comment::setMarginTop | ( | $value = '1.5pt' | ) |
Set top margin (CSS style, i.e.
XXpx or YYpt)
| string | $value |
Definition at line 230 of file Comment.php.
| PHPExcel_Comment::setText | ( | PHPExcel_RichText | $pValue | ) |
Set Rich text comment.
| PHPExcel_RichText | $pValue |
Definition at line 150 of file Comment.php.
| PHPExcel_Comment::setVisible | ( | $value = false | ) |
Set comment default visibility.
| boolean | $value |
Definition at line 250 of file Comment.php.
| PHPExcel_Comment::setWidth | ( | $value = '96pt' | ) |
Set comment width (CSS style, i.e.
XXpx or YYpt)
| string | $value |
Definition at line 170 of file Comment.php.
|
private |
Definition at line 99 of file Comment.php.
Referenced by getAlignment().
|
private |
Definition at line 43 of file Comment.php.
Referenced by getAuthor().
|
private |
Definition at line 92 of file Comment.php.
Referenced by getFillColor().
|
private |
Definition at line 85 of file Comment.php.
Referenced by getHeight().
|
private |
Definition at line 64 of file Comment.php.
Referenced by getMarginLeft().
|
private |
Definition at line 71 of file Comment.php.
Referenced by getMarginTop().
|
private |
Definition at line 50 of file Comment.php.
Referenced by getText().
|
private |
Definition at line 78 of file Comment.php.
Referenced by getVisible().
|
private |
Definition at line 57 of file Comment.php.
Referenced by getWidth().