\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 = '') : mixed

Create a new PHPExcel_RichText_TextElement instance

Parameters

string $pText

Text

Returns

mixed —

getText()

getText() : string

Get text

Returns

string —

Text

setText()

setText( $pText = '') : \PHPExcel_RichText_ITextElement

Set text

Parameters

$pText

string Text

Returns

\PHPExcel_RichText_ITextElement —

getFont()

getFont() : \PHPExcel_Style_Font

Get font

Returns

\PHPExcel_Style_Font —

getHashCode()

getHashCode() : string

Get hash code

Returns

string —

Hash code

__clone()

__clone() : mixed

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

Returns

mixed —