ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
ITextElement.php
Go to the documentation of this file.
1
<?
php
34
interface
PHPExcel_RichText_ITextElement
35
{
41
public
function
getText
();
42
49
public
function
setText
($pText =
''
);
50
56
public
function
getFont
();
57
63
public
function
getHashCode
();
64
}
php
An exception for terminatinating execution or to throw for unit testing.
PHPExcel_RichText_ITextElement
Definition:
ITextElement.php:35
PHPExcel_RichText_ITextElement\getText
getText()
Get text.
PHPExcel_RichText_ITextElement\setText
setText($pText='')
Set text.
PHPExcel_RichText_ITextElement\getFont
getFont()
Get font.
PHPExcel_RichText_ITextElement\getHashCode
getHashCode()
Get hash code.
libs
composer
vendor
phpoffice
phpexcel
Classes
PHPExcel
RichText
ITextElement.php
Generated on Fri Oct 3 2025 19:00:44 for ILIAS by
1.9.4 (using
Doxyfile
)