[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/phpexcel/PHPExcel/ -> Comment.php (summary)

PHPExcel Copyright (c) 2006 - 2014 PHPExcel

Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 327 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1