ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
PHPExcel_RichText_ITextElement Interface Reference
+ Inheritance diagram for PHPExcel_RichText_ITextElement:
+ Collaboration diagram for PHPExcel_RichText_ITextElement:

Public Member Functions

 getText ()
 Get text. More...
 
 setText ($pText='')
 Set text. More...
 
 getFont ()
 Get font. More...
 
 getHashCode ()
 Get hash code. More...
 

Detailed Description

Definition at line 34 of file ITextElement.php.

Member Function Documentation

◆ getFont()

PHPExcel_RichText_ITextElement::getFont ( )

◆ getHashCode()

PHPExcel_RichText_ITextElement::getHashCode ( )

Get hash code.

Returns
string Hash code

Implemented in PHPExcel_RichText_TextElement, and PHPExcel_RichText_Run.

◆ getText()

PHPExcel_RichText_ITextElement::getText ( )

Get text.

Returns
string Text

Implemented in PHPExcel_RichText_TextElement.

Referenced by PHPExcel_RichText_Run\getHashCode().

+ Here is the caller graph for this function:

◆ setText()

PHPExcel_RichText_ITextElement::setText (   $pText = '')

Set text.

Parameters
$pTextstring Text
Returns
PHPExcel_RichText_ITextElement

Implemented in PHPExcel_RichText_TextElement.

Referenced by PHPExcel_RichText_Run\__construct().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: