[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

File Size: 338 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

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__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