ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
05featuredemo.inc.php File Reference

Go to the source code of this file.

Namespaces

namespace  PHPExcel
 

Variables

 EOL
 
 $objPHPExcel = new PHPExcel()
 
 $objCommentRichText = $objPHPExcel->getActiveSheet()->getComment('E11')->getText()->createTextRun('PHPExcel:')
 
 $objRichText = new PHPExcel_RichText()
 
 $objPayable = $objRichText->createTextRun('payable within thirty days after the end of the month')
 
 $styleThinBlackBorderOutline
 
 $styleThickBrownBorderOutline
 

Variable Documentation

◆ $objCommentRichText

$objCommentRichText = $objPHPExcel->getActiveSheet()->getComment('E11')->getText()->createTextRun('PHPExcel:')

Definition at line 94 of file 05featuredemo.inc.php.

◆ $objPayable

$objPayable = $objRichText->createTextRun('payable within thirty days after the end of the month')

Definition at line 121 of file 05featuredemo.inc.php.

◆ $objPHPExcel

$objPHPExcel = new PHPExcel()

Definition at line 37 of file 05featuredemo.inc.php.

◆ $objRichText

$objRichText = new PHPExcel_RichText()

Definition at line 118 of file 05featuredemo.inc.php.

◆ $styleThickBrownBorderOutline

$styleThickBrownBorderOutline
Initial value:
= array(
'borders' => array(
'outline' => array(
'color' => array('argb' => 'FF993300'),
),
),
)

Definition at line 191 of file 05featuredemo.inc.php.

◆ $styleThinBlackBorderOutline

$styleThinBlackBorderOutline
Initial value:
= array(
'borders' => array(
'outline' => array(
'color' => array('argb' => 'FF000000'),
),
),
)

Definition at line 178 of file 05featuredemo.inc.php.

◆ EOL

EOL

Definition at line 36 of file 05featuredemo.inc.php.