Overview

Packages

  • Pdf

Classes

  • Horde_Pdf_Exception
  • Horde_Pdf_Font_Courier
  • Horde_Pdf_Font_Courierb
  • Horde_Pdf_Font_Courierbi
  • Horde_Pdf_Font_Courieri
  • Horde_Pdf_Font_Helvetica
  • Horde_Pdf_Font_Helveticab
  • Horde_Pdf_Font_Helveticabi
  • Horde_Pdf_Font_Helveticai
  • Horde_Pdf_Font_Symbol
  • Horde_Pdf_Font_Times
  • Horde_Pdf_Font_Timesb
  • Horde_Pdf_Font_Timesbi
  • Horde_Pdf_Font_Timesi
  • Horde_Pdf_Font_Zapfdingbats
  • Horde_Pdf_Writer
  • Overview
  • Package
  • Class
  • Tree
 1: <?php
 2: /**
 3:  * Horde_Pdf package
 4:  *
 5:  * @license  http://www.horde.org/licenses/lgpl21
 6:  * @category Horde
 7:  * @package  Pdf
 8:  */
 9: 
10: /**
11:  * Exception class for the Horde_Pdf package.  All exceptions thrown
12:  * from the package will be of this type.
13:  *
14:  * @category Horde
15:  * @package  Pdf
16:  */
17: class Horde_Pdf_Exception extends Horde_Exception_Wrapped
18: {
19: }
20: 
API documentation generated by ApiGen