|
ILIAS
Release_4_0_x_branch Revision 61816
|
Inheritance diagram for PHPExcel_Writer_PDF:
Collaboration diagram for PHPExcel_Writer_PDF:Public Member Functions | |
| __construct (PHPExcel $phpExcel) | |
| Create a new PHPExcel_Writer_PDF. | |
| save ($pFilename=null) | |
| Save PHPExcel to file. | |
| getTempDir () | |
| Get temporary storage directory. | |
| setTempDir ($pValue= '') | |
| Set temporary storage directory. | |
Public Member Functions inherited from PHPExcel_Writer_HTML | |
| getSheetIndex () | |
| Get sheet index. | |
| setSheetIndex ($pValue=0) | |
| Set sheet index. | |
| writeAllSheets () | |
| Write all sheets (resets sheetIndex to NULL) | |
| generateHTMLHeader ($pIncludeStyles=false) | |
| Generate HTML header. | |
| generateSheetData () | |
| Generate sheet data. | |
| generateStyles ($generateSurroundingHTML=true) | |
| Generate CSS styles. | |
| buildCSS ($generateSurroundingHTML=true) | |
| Build CSS styles. | |
| generateHTMLFooter () | |
| Generate HTML footer. | |
| getPreCalculateFormulas () | |
| Get Pre-Calculate Formulas. | |
| setPreCalculateFormulas ($pValue=true) | |
| Set Pre-Calculate Formulas. | |
| getImagesRoot () | |
| Get images root. | |
| setImagesRoot ($pValue= '.') | |
| Set images root. | |
| getUseInlineCss () | |
| Get use inline CSS? | |
| setUseInlineCss ($pValue=false) | |
| Set use inline CSS? | |
Private Attributes | |
| $_tempDir = '' | |
Additional Inherited Members | |
Protected Attributes inherited from PHPExcel_Writer_HTML | |
| $_phpExcel | |
| $_isPdf = false | |
| PHPExcel_Writer_PDF::__construct | ( | PHPExcel | $phpExcel | ) |
Create a new PHPExcel_Writer_PDF.
Reimplemented from PHPExcel_Writer_HTML.
Definition at line 79 of file PDF.php.
References PHPExcel_Writer_HTML\setUseInlineCss().
Here is the call graph for this function:| PHPExcel_Writer_PDF::getTempDir | ( | ) |
| PHPExcel_Writer_PDF::save | ( | $pFilename = null | ) |
Save PHPExcel to file.
| string | $pFileName |
| Exception |
Reimplemented from PHPExcel_Writer_HTML.
Definition at line 91 of file PDF.php.
References PHPExcel_Writer_HTML\buildCSS(), PHPExcel_Writer_HTML\generateSheetData(), PHPExcel_Calculation\getArrayReturnType(), PHPExcel_Writer_HTML\getSheetIndex(), PHPExcel_Calculation\RETURN_ARRAY_AS_VALUE, and PHPExcel_Calculation\setArrayReturnType().
Here is the call graph for this function:| PHPExcel_Writer_PDF::setTempDir | ( | $pValue = '' | ) |
Set temporary storage directory.
| string | $pValue | Temporary storage directory |
Definition at line 167 of file PDF.php.
|
private |
Definition at line 72 of file PDF.php.
Referenced by getTempDir().