ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
PHPExcel_RichText_ITextElement Interface Reference
+ Inheritance diagram for PHPExcel_RichText_ITextElement:
+ Collaboration diagram for PHPExcel_RichText_ITextElement:

Public Member Functions

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

Detailed Description

Definition at line 46 of file ITextElement.php.

Member Function Documentation

PHPExcel_RichText_ITextElement::getFont ( )
PHPExcel_RichText_ITextElement::getHashCode ( )

Get hash code.

Returns
string Hash code

Implemented in PHPExcel_RichText_TextElement, and PHPExcel_RichText_Run.

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:

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: