Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Writer_PDF
  • PHPExcel_Writer_PDF_Core
  • PHPExcel_Writer_PDF_DomPDF
  • PHPExcel_Writer_PDF_mPDF
  • PHPExcel_Writer_PDF_tcPDF
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Writer_PDF

PHPExcel_Writer_PDF

Package: PHPExcel\Writer\PDF
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Writer/PDF.php
Methods summary
public
# __construct( PHPExcel $phpExcel )

Instantiate a new renderer of the configured type within this container class

Instantiate a new renderer of the configured type within this container class

Parameters

$phpExcel
PHPExcel object

Throws

PHPExcel_Writer_Exception
when PDF library is not configured
public mixed
# __call( string $name, mixed[] $arguments )

Magic method to handle direct calls to the configured PDF renderer wrapper class.

Magic method to handle direct calls to the configured PDF renderer wrapper class.

Parameters

$name
Renderer library method name
$arguments
Array of arguments to pass to the renderer method

Returns

mixed
Returned data from the PDF renderer wrapper method
Properties summary
private PHPExcel_Writer_PDF_Core $_renderer

The wrapper for the requested PDF rendering engine

The wrapper for the requested PDF rendering engine

# NULL
Autene API documentation generated by ApiGen