ILIAS  Release_4_0_x_branch Revision 61816
 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 
47 {
53  public function getText();
54 
61  public function setText($pText = '');
62 
68  public function getFont();
69 
75  public function getHashCode();
76 }