[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Writer/PDF/ -> Core.php (summary)

PHPExcel_Writer_PDF_Core Copyright (c) 2006 - 2015 PHPExcel

Copyright: Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 355 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 11 functions

  __construct()
  getFont()
  setFont()
  getPaperSize()
  setPaperSize()
  getOrientation()
  setOrientation()
  getTempDir()
  setTempDir()
  prepareForSave()
  restoreStateAfterSave()

Functions
Functions that are not part of a class:

__construct(PHPExcel $phpExcel)   X-Ref
Create a new PHPExcel_Writer_PDF

param: PHPExcel    $phpExcel    PHPExcel object

getFont()   X-Ref
Get Font

return: string

setFont($fontName)   X-Ref
Set font. Examples:
'arialunicid0-chinese-simplified'
'arialunicid0-chinese-traditional'
'arialunicid0-korean'
'arialunicid0-japanese'

param: string    $fontName

getPaperSize()   X-Ref
Get Paper Size

return: int

setPaperSize($pValue = PHPExcel_Worksheet_PageSetup::PAPERSIZE_LETTER)   X-Ref
Set Paper Size

param: string  $pValue Paper size
return: PHPExcel_Writer_PDF

getOrientation()   X-Ref
Get Orientation

return: string

setOrientation($pValue = PHPExcel_Worksheet_PageSetup::ORIENTATION_DEFAULT)   X-Ref
Set Orientation

param: string $pValue  Page orientation
return: PHPExcel_Writer_PDF

getTempDir()   X-Ref
Get temporary storage directory

return: string

setTempDir($pValue = '')   X-Ref
Set temporary storage directory

param: string        $pValue        Temporary storage directory
return: PHPExcel_Writer_PDF

prepareForSave($pFilename = null)   X-Ref
Save PHPExcel to PDF file, pre-save

param: string     $pFilename   Name of the file to save as

restoreStateAfterSave($fileHandle)   X-Ref
Save PHPExcel to PDF file, post-save

param: resource      $fileHandle



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1