PHPExcel_Writer
[ class tree: PHPExcel_Writer ] [ index: PHPExcel_Writer ] [ all elements ]

Class: PHPExcel_Writer_PDF

Source Location: /PHPExcel/Writer/PDF.php

Class Overview


PHPExcel_Writer_PDF


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Variables

Methods



Class Details

[line 55]
PHPExcel_Writer_PDF

PHPExcel_Writer_PDF




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_phpExcel =

[line 61]

PHPExcel object

PHPExcel object




Tags:

access:  private

Type:   PHPExcel


[ Top ]

$_preCalculateFormulas =  true

[line 75]

Pre-calculate formulas

Pre-calculate formulas




Tags:

access:  private

Type:   boolean


[ Top ]

$_sheetIndex =

[line 68]

Sheet index to write

Sheet index to write




Tags:

access:  private

Type:   int


[ Top ]

$_tempDir =  ''

[line 82]

Temporary storage directory

Temporary storage directory




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 89]

PHPExcel_Writer_PDF __construct( $phpExcel)

Create a new PHPExcel_Writer_PDF

Create a new PHPExcel_Writer_PDF




Tags:

access:  public


Parameters:

PHPExcel   $phpExcel   PHPExcel object

[ Top ]

method getPreCalculateFormulas [line 446]

boolean getPreCalculateFormulas( )

Get Pre-Calculate Formulas

Get Pre-Calculate Formulas




Tags:

access:  public


[ Top ]

method getSheetIndex [line 421]

int getSheetIndex( )

Get sheet index

Get sheet index




Tags:

access:  public


[ Top ]

method getTempDir [line 464]

string getTempDir( )

Get temporary storage directory

Get temporary storage directory




Tags:

access:  public


[ Top ]

method save [line 101]

void save( [ $pFilename = null], string $pFileName)

Save PHPExcel to file

Save PHPExcel to file




Tags:

throws:  Exception
access:  public



Implementation of:
PHPExcel_Writer_IWriter::save()
Save PHPExcel to file

Parameters:

string   $pFileName  
   $pFilename  

[ Top ]

method setPreCalculateFormulas [line 455]

void setPreCalculateFormulas( [boolean $pValue = true])

Set Pre-Calculate Formulas

Set Pre-Calculate Formulas




Tags:

access:  public


Parameters:

boolean   $pValue   Pre-Calculate Formulas?

[ Top ]

method setSheetIndex [line 430]

void setSheetIndex( [int $pValue = 0])

Set sheet index

Set sheet index




Tags:

access:  public


Parameters:

int   $pValue   Sheet index

[ Top ]

method setTempDir [line 474]

void setTempDir( [string $pValue = ''])

Set temporary storage directory

Set temporary storage directory




Tags:

throws:  Exception Exception when directory does not exist
access:  public


Parameters:

string   $pValue   Temporary storage directory

[ Top ]

method writeAllSheets [line 437]

void writeAllSheets( )

Write all sheets (resets sheetIndex to NULL)

Write all sheets (resets sheetIndex to NULL)




Tags:

access:  public


[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:38:22 +0100 by phpDocumentor 1.4.1