ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
}
PHPExcel_RichText_ITextElement
Definition:
ITextElement.php:34
PHPExcel_RichText_ITextElement\getHashCode
getHashCode()
Get hash code.
PHPExcel_RichText_ITextElement\getFont
getFont()
Get font.
PHPExcel_RichText_ITextElement\getText
getText()
Get text.
PHPExcel_RichText_ITextElement\setText
setText($pText='')
Set text.
libs
composer
vendor
phpoffice
phpexcel
Classes
PHPExcel
RichText
ITextElement.php
Generated on Sat Jan 18 2025 19:01:07 for ILIAS by
1.8.13 (using
Doxyfile
)