ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Comment. | |
getAuthor () | |
Get Author. | |
setAuthor ($pValue= '') | |
Set Author. | |
getText () | |
Get Rich text comment. | |
setText (PHPExcel_RichText $pValue) | |
Set Rich text comment. | |
getWidth () | |
Get comment width (CSS style, i.e. | |
setWidth ($value= '96pt') | |
Set comment width (CSS style, i.e. | |
getHeight () | |
Get comment height (CSS style, i.e. | |
setHeight ($value= '55.5pt') | |
Set comment height (CSS style, i.e. | |
getMarginLeft () | |
Get left margin (CSS style, i.e. | |
setMarginLeft ($value= '59.25pt') | |
Set left margin (CSS style, i.e. | |
getMarginTop () | |
Get top margin (CSS style, i.e. | |
setMarginTop ($value= '1.5pt') | |
Set top margin (CSS style, i.e. | |
getVisible () | |
Is the comment visible by default? | |
setVisible ($value=false) | |
Set comment default visibility. | |
getFillColor () | |
Get fill color. | |
getHashCode () | |
Get hash code. | |
getHashIndex () | |
Get hash index. | |
setHashIndex ($value) | |
Set hash index. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
Private Attributes | |
$_author | |
$_text | |
$_width = '96pt' | |
$_marginLeft = '59.25pt' | |
$_marginTop = '1.5pt' | |
$_visible = false | |
$_height = '55.5pt' | |
$_fillColor | |
$_hashIndex |
Definition at line 54 of file Comment.php.
PHPExcel_Comment::__construct | ( | ) |
Create a new PHPExcel_Comment.
Exception |
Definition at line 117 of file Comment.php.
PHPExcel_Comment::__clone | ( | ) |
PHPExcel_Comment::getAuthor | ( | ) |
PHPExcel_Comment::getFillColor | ( | ) |
Get fill color.
Definition at line 270 of file Comment.php.
References $_fillColor.
PHPExcel_Comment::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 279 of file Comment.php.
PHPExcel_Comment::getHashIndex | ( | ) |
Get hash index.
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
Implements PHPExcel_IComparable.
Definition at line 308 of file Comment.php.
References $_hashIndex.
PHPExcel_Comment::getHeight | ( | ) |
Get comment height (CSS style, i.e.
XXpx or YYpt)
Definition at line 190 of file Comment.php.
References $_height.
PHPExcel_Comment::getMarginLeft | ( | ) |
Get left margin (CSS style, i.e.
XXpx or YYpt)
Definition at line 210 of file Comment.php.
References $_marginLeft.
PHPExcel_Comment::getMarginTop | ( | ) |
Get top margin (CSS style, i.e.
XXpx or YYpt)
Definition at line 230 of file Comment.php.
References $_marginTop.
PHPExcel_Comment::getText | ( | ) |
Get Rich text comment.
Definition at line 150 of file Comment.php.
References $_text.
PHPExcel_Comment::getVisible | ( | ) |
Is the comment visible by default?
Definition at line 250 of file Comment.php.
References $_visible.
PHPExcel_Comment::getWidth | ( | ) |
Get comment width (CSS style, i.e.
XXpx or YYpt)
Definition at line 170 of file Comment.php.
References $_width.
PHPExcel_Comment::setAuthor | ( | $pValue = '' | ) |
Set Author.
string | $pValue |
Definition at line 140 of file Comment.php.
PHPExcel_Comment::setHashIndex | ( | $value | ) |
Set hash index.
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
string | $value | Hash index |
Implements PHPExcel_IComparable.
Definition at line 320 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 200 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 220 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 240 of file Comment.php.
PHPExcel_Comment::setText | ( | PHPExcel_RichText | $pValue | ) |
Set Rich text comment.
PHPExcel_RichText | $pValue |
Definition at line 160 of file Comment.php.
PHPExcel_Comment::setVisible | ( | $value = false | ) |
Set comment default visibility.
boolean | $value |
Definition at line 260 of file Comment.php.
PHPExcel_Comment::setWidth | ( | $value = '96pt' | ) |
Set comment width (CSS style, i.e.
XXpx or YYpt)
string | $value |
Definition at line 180 of file Comment.php.
|
private |
Definition at line 61 of file Comment.php.
Referenced by getAuthor().
|
private |
Definition at line 110 of file Comment.php.
Referenced by getFillColor().
|
private |
Definition at line 298 of file Comment.php.
Referenced by getHashIndex().
|
private |
Definition at line 103 of file Comment.php.
Referenced by getHeight().
|
private |
Definition at line 82 of file Comment.php.
Referenced by getMarginLeft().
|
private |
Definition at line 89 of file Comment.php.
Referenced by getMarginTop().
|
private |
Definition at line 68 of file Comment.php.
Referenced by getText().
|
private |
Definition at line 96 of file Comment.php.
Referenced by getVisible().
|
private |
Definition at line 75 of file Comment.php.
Referenced by getWidth().