ILIAS
eassessment Revision 61809
|
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. | |
setAlignment ($pValue=PHPExcel_Style_Alignment::HORIZONTAL_GENERAL) | |
Set Alignment. | |
getAlignment () | |
Get Alignment. | |
getHashCode () | |
Get hash code. | |
__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 | |
$_alignment |
Definition at line 36 of file Comment.php.
PHPExcel_Comment::__construct | ( | ) |
Create a new PHPExcel_Comment.
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::getAlignment | ( | ) |
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().