[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
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.
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: | 108 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_RichText_TextElement:: (6 methods):
__construct()
getText()
setText()
getFont()
getHashCode()
__clone()
Class: PHPExcel_RichText_TextElement - X-Ref
PHPExcel_RichText_TextElement__construct($pText = '') X-Ref |
Create a new PHPExcel_RichText_TextElement instance param: string $pText Text |
getText() X-Ref |
Get text return: string Text |
setText($pText = '') X-Ref |
Set text param: $pText string Text return: PHPExcel_RichText_ITextElement |
getFont() X-Ref |
Get font return: PHPExcel_Style_Font |
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. |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |