[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 338 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Comment:: (21 methods):
__construct()
getAuthor()
setAuthor()
getText()
setText()
getWidth()
setWidth()
getHeight()
setHeight()
getMarginLeft()
setMarginLeft()
getMarginTop()
setMarginTop()
getVisible()
setVisible()
getFillColor()
setAlignment()
getAlignment()
getHashCode()
__clone()
__toString()
Class: PHPExcel_Comment - X-Ref
PHPExcel_Comment__construct() X-Ref |
Create a new PHPExcel_Comment |
getAuthor() X-Ref |
Get Author return: string |
setAuthor($pValue = '') X-Ref |
Set Author param: string $pValue return: PHPExcel_Comment |
getText() X-Ref |
Get Rich text comment return: PHPExcel_RichText |
setText(PHPExcel_RichText $pValue) X-Ref |
Set Rich text comment param: PHPExcel_RichText $pValue return: PHPExcel_Comment |
getWidth() X-Ref |
Get comment width (CSS style, i.e. XXpx or YYpt) return: string |
setWidth($value = '96pt') X-Ref |
Set comment width (CSS style, i.e. XXpx or YYpt) param: string $value return: PHPExcel_Comment |
getHeight() X-Ref |
Get comment height (CSS style, i.e. XXpx or YYpt) return: string |
setHeight($value = '55.5pt') X-Ref |
Set comment height (CSS style, i.e. XXpx or YYpt) param: string $value return: PHPExcel_Comment |
getMarginLeft() X-Ref |
Get left margin (CSS style, i.e. XXpx or YYpt) return: string |
setMarginLeft($value = '59.25pt') X-Ref |
Set left margin (CSS style, i.e. XXpx or YYpt) param: string $value return: PHPExcel_Comment |
getMarginTop() X-Ref |
Get top margin (CSS style, i.e. XXpx or YYpt) return: string |
setMarginTop($value = '1.5pt') X-Ref |
Set top margin (CSS style, i.e. XXpx or YYpt) param: string $value return: PHPExcel_Comment |
getVisible() X-Ref |
Is the comment visible by default? return: boolean |
setVisible($value = false) X-Ref |
Set comment default visibility param: boolean $value return: PHPExcel_Comment |
getFillColor() X-Ref |
Get fill color return: PHPExcel_Style_Color |
setAlignment($pValue = PHPExcel_Style_Alignment::HORIZONTAL_GENERAL) X-Ref |
Set Alignment param: string $pValue return: PHPExcel_Comment |
getAlignment() X-Ref |
Get Alignment return: string |
getHashCode() X-Ref |
Get hash code return: string Hash code |
__clone() X-Ref |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
__toString() X-Ref |
Convert to string return: string |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |