ILIAS
Release_4_0_x_branch Revision 61816
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
ITextElement.php
Go to the documentation of this file.
1
<?php
28
if
(!defined(
'PHPEXCEL_ROOT'
)) {
32
define(
'PHPEXCEL_ROOT'
, dirname(__FILE__) .
'/../../'
);
33
}
34
36
require_once PHPEXCEL_ROOT .
'PHPExcel/Style/Font.php'
;
37
38
46
interface
PHPExcel_RichText_ITextElement
47
{
53
public
function
getText
();
54
61
public
function
setText
($pText =
''
);
62
68
public
function
getFont
();
69
75
public
function
getHashCode
();
76
}
Services
Excel
classes
PHPExcel
RichText
ITextElement.php
Generated on Wed Apr 27 2016 19:01:36 for ILIAS by
1.8.1.2 (using
Doxyfile
)