\PHPExcel_RichText_TextElement

PHPExcel_RichText_TextElement

Summary

Methods
Properties
Constants
__construct()
getText()
setText()
getFont()
getHashCode()
__clone()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_text
N/A

Properties

$_text

$_text : string

Text

Type

string

Methods

__construct()

__construct(string  $pText = '') 

Create a new PHPExcel_RichText_TextElement instance

Parameters

string $pText

Text

getText()

getText() : string

Get text

Returns

string —

Text

getHashCode()

getHashCode() : string

Get hash code

Returns

string —

Hash code

__clone()

__clone() 

Implement PHP __clone to create a deep clone, not just a shallow copy.