|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_Writer_PDF:
Collaboration diagram for PHPExcel_Writer_PDF:Public Member Functions | |
| __construct (PHPExcel $phpExcel) | |
| Create a new PHPExcel_Writer_PDF. | |
| setFont ($fontName) | |
| Set font. | |
| getPaperSize () | |
| Get Paper Size. | |
| setPaperSize ($pValue=PHPExcel_Worksheet_PageSetup::PAPERSIZE_LETTER) | |
| Set Paper Size. | |
| getOrientation () | |
| Get Orientation. | |
| setOrientation ($pValue=PHPExcel_Worksheet_PageSetup::ORIENTATION_DEFAULT) | |
| Set Orientation. | |
| 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. | |
| getGenerateSheetNavigationBlock () | |
| Get sheet index. | |
| setGenerateSheetNavigationBlock ($pValue=true) | |
| Set sheet index. | |
| writeAllSheets () | |
| Write all sheets (resets sheetIndex to NULL) | |
| generateHTMLHeader ($pIncludeStyles=false) | |
| Generate HTML header. | |
| generateSheetData () | |
| Generate sheet data. | |
| generateNavigation () | |
| Generate sheet tabs. | |
| 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? | |
| formatColor ($pValue, $pFormat) | |
| Add color to formatted string as inline style. | |
Private Attributes | |
| $_tempDir = '' | |
| $_font = 'freesans' | |
| $_orientation = null | |
| $_paperSize = null | |
Static Private Attributes | |
| static | $_paperSizes |
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 150 of file PDF.php.
References PHPExcel_Writer_HTML\setUseInlineCss(), and PHPExcel_Shared_File\sys_get_temp_dir().
Here is the call graph for this function:| PHPExcel_Writer_PDF::getOrientation | ( | ) |
| PHPExcel_Writer_PDF::getPaperSize | ( | ) |
| 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 216 of file PDF.php.
References $_paperSize, PHPExcel_Writer_HTML\buildCSS(), PHPExcel_Writer_HTML\generateSheetData(), PHPExcel_Calculation\getArrayReturnType(), PHPExcel_Writer_HTML\getSheetIndex(), PHPExcel_Worksheet_PageSetup\ORIENTATION_LANDSCAPE, PHPExcel_Calculation\RETURN_ARRAY_AS_VALUE, and PHPExcel_Calculation\setArrayReturnType().
Here is the call graph for this function:| PHPExcel_Writer_PDF::setFont | ( | $fontName | ) |
| PHPExcel_Writer_PDF::setOrientation | ( | $pValue = PHPExcel_Worksheet_PageSetup::ORIENTATION_DEFAULT | ) |
Set Orientation.
| string | $pValue |
Definition at line 205 of file PDF.php.
| PHPExcel_Writer_PDF::setPaperSize | ( | $pValue = PHPExcel_Worksheet_PageSetup::PAPERSIZE_LETTER | ) |
Set Paper Size.
| int | $pValue |
Definition at line 185 of file PDF.php.
| PHPExcel_Writer_PDF::setTempDir | ( | $pValue = '' | ) |
Set temporary storage directory.
| string | $pValue | Temporary storage directory |
Definition at line 320 of file PDF.php.
|
private |
Definition at line 60 of file PDF.php.
Referenced by getOrientation().
|
private |
Definition at line 67 of file PDF.php.
Referenced by getPaperSize(), and save().
|
private |
Definition at line 46 of file PDF.php.
Referenced by getTempDir().