Release 1.12.10
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2005-2014, Zend Technologies USA, Inc.
|
Copyright (c) 2005-2015, Zend Technologies USA, Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modification,
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -78,7 +78,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf
|
class Zend_Pdf
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Action extends Zend_Pdf_Target implements RecursiveIterator, Countable
|
abstract class Zend_Pdf_Action extends Zend_Pdf_Target implements RecursiveIterator, Countable
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_GoTo extends Zend_Pdf_Action
|
class Zend_Pdf_Action_GoTo extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_GoTo3DView extends Zend_Pdf_Action
|
class Zend_Pdf_Action_GoTo3DView extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_GoToE extends Zend_Pdf_Action
|
class Zend_Pdf_Action_GoToE extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_GoToR extends Zend_Pdf_Action
|
class Zend_Pdf_Action_GoToR extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_Hide extends Zend_Pdf_Action
|
class Zend_Pdf_Action_Hide extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_ImportData extends Zend_Pdf_Action
|
class Zend_Pdf_Action_ImportData extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_JavaScript extends Zend_Pdf_Action
|
class Zend_Pdf_Action_JavaScript extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_Launch extends Zend_Pdf_Action
|
class Zend_Pdf_Action_Launch extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_Movie extends Zend_Pdf_Action
|
class Zend_Pdf_Action_Movie extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_Named extends Zend_Pdf_Action
|
class Zend_Pdf_Action_Named extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_Rendition extends Zend_Pdf_Action
|
class Zend_Pdf_Action_Rendition extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_ResetForm extends Zend_Pdf_Action
|
class Zend_Pdf_Action_ResetForm extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_SetOCGState extends Zend_Pdf_Action
|
class Zend_Pdf_Action_SetOCGState extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_Sound extends Zend_Pdf_Action
|
class Zend_Pdf_Action_Sound extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_SubmitForm extends Zend_Pdf_Action
|
class Zend_Pdf_Action_SubmitForm extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_Thread extends Zend_Pdf_Action
|
class Zend_Pdf_Action_Thread extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_Trans extends Zend_Pdf_Action
|
class Zend_Pdf_Action_Trans extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -38,7 +38,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_URI extends Zend_Pdf_Action
|
class Zend_Pdf_Action_URI extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Action_Unknown extends Zend_Pdf_Action
|
class Zend_Pdf_Action_Unknown extends Zend_Pdf_Action
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Annotation
|
abstract class Zend_Pdf_Annotation
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -38,7 +38,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Annotation_FileAttachment extends Zend_Pdf_Annotation
|
class Zend_Pdf_Annotation_FileAttachment extends Zend_Pdf_Annotation
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -40,7 +40,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Annotation_Link extends Zend_Pdf_Annotation
|
class Zend_Pdf_Annotation_Link extends Zend_Pdf_Annotation
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -37,7 +37,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Annotation_Markup extends Zend_Pdf_Annotation
|
class Zend_Pdf_Annotation_Markup extends Zend_Pdf_Annotation
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -37,7 +37,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Annotation
|
* @subpackage Annotation
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Annotation_Text extends Zend_Pdf_Annotation
|
class Zend_Pdf_Annotation_Text extends Zend_Pdf_Annotation
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id: Style.php 20096 2010-01-06 02:05:09Z bkarwin $
|
* @version $Id: Style.php 20096 2010-01-06 02:05:09Z bkarwin $
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
* page object at specified place.
|
* page object at specified place.
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Canvas extends Zend_Pdf_Canvas_Abstract
|
class Zend_Pdf_Canvas extends Zend_Pdf_Canvas_Abstract
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id: Style.php 20096 2010-01-06 02:05:09Z bkarwin $
|
* @version $Id: Style.php 20096 2010-01-06 02:05:09Z bkarwin $
|
||||||
*/
|
*/
|
||||||
@ -41,7 +41,7 @@
|
|||||||
* page object at specified place.
|
* page object at specified place.
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Canvas_Abstract implements Zend_Pdf_Canvas_Interface
|
abstract class Zend_Pdf_Canvas_Abstract implements Zend_Pdf_Canvas_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id: Style.php 20096 2010-01-06 02:05:09Z bkarwin $
|
* @version $Id: Style.php 20096 2010-01-06 02:05:09Z bkarwin $
|
||||||
*/
|
*/
|
||||||
@ -25,7 +25,7 @@
|
|||||||
* page object at specified place.
|
* page object at specified place.
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Pdf_Canvas_Interface
|
interface Zend_Pdf_Canvas_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -47,7 +47,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Cmap
|
abstract class Zend_Pdf_Cmap
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -36,7 +36,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Cmap_ByteEncoding extends Zend_Pdf_Cmap
|
class Zend_Pdf_Cmap_ByteEncoding extends Zend_Pdf_Cmap
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Cmap_ByteEncoding_Static extends Zend_Pdf_Cmap_ByteEncoding
|
class Zend_Pdf_Cmap_ByteEncoding_Static extends Zend_Pdf_Cmap_ByteEncoding
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Cmap_SegmentToDelta extends Zend_Pdf_Cmap
|
class Zend_Pdf_Cmap_SegmentToDelta extends Zend_Pdf_Cmap
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Cmap_TrimmedTable extends Zend_Pdf_Cmap
|
class Zend_Pdf_Cmap_TrimmedTable extends Zend_Pdf_Cmap
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -28,7 +28,7 @@
|
|||||||
* others don't do it. That is defined in a subclasses.
|
* others don't do it. That is defined in a subclasses.
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Color
|
abstract class Zend_Pdf_Color
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Color_Cmyk extends Zend_Pdf_Color
|
class Zend_Pdf_Color_Cmyk extends Zend_Pdf_Color
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Color_GrayScale extends Zend_Pdf_Color
|
class Zend_Pdf_Color_GrayScale extends Zend_Pdf_Color
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -31,7 +31,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Color_Html extends Zend_Pdf_Color
|
class Zend_Pdf_Color_Html extends Zend_Pdf_Color
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Color_Rgb extends Zend_Pdf_Color
|
class Zend_Pdf_Color_Rgb extends Zend_Pdf_Color
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -34,7 +34,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Destination extends Zend_Pdf_Target
|
abstract class Zend_Pdf_Destination extends Zend_Pdf_Target
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Destination_Explicit extends Zend_Pdf_Destination
|
abstract class Zend_Pdf_Destination_Explicit extends Zend_Pdf_Destination
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -43,7 +43,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_Fit extends Zend_Pdf_Destination_Explicit
|
class Zend_Pdf_Destination_Fit extends Zend_Pdf_Destination_Explicit
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -43,7 +43,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_FitBoundingBox extends Zend_Pdf_Destination_Explicit
|
class Zend_Pdf_Destination_FitBoundingBox extends Zend_Pdf_Destination_Explicit
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -42,7 +42,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_FitBoundingBoxHorizontally extends Zend_Pdf_Destination_Explicit
|
class Zend_Pdf_Destination_FitBoundingBoxHorizontally extends Zend_Pdf_Destination_Explicit
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -41,7 +41,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_FitBoundingBoxVertically extends Zend_Pdf_Destination_Explicit
|
class Zend_Pdf_Destination_FitBoundingBoxVertically extends Zend_Pdf_Destination_Explicit
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -41,7 +41,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_FitHorizontally extends Zend_Pdf_Destination_Explicit
|
class Zend_Pdf_Destination_FitHorizontally extends Zend_Pdf_Destination_Explicit
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -43,7 +43,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_FitRectangle extends Zend_Pdf_Destination_Explicit
|
class Zend_Pdf_Destination_FitRectangle extends Zend_Pdf_Destination_Explicit
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -41,7 +41,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_FitVertically extends Zend_Pdf_Destination_Explicit
|
class Zend_Pdf_Destination_FitVertically extends Zend_Pdf_Destination_Explicit
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -39,7 +39,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_Named extends Zend_Pdf_Destination
|
class Zend_Pdf_Destination_Named extends Zend_Pdf_Destination
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_Unknown extends Zend_Pdf_Destination_Explicit
|
class Zend_Pdf_Destination_Unknown extends Zend_Pdf_Destination_Explicit
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -43,7 +43,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Destination
|
* @subpackage Destination
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Destination_Zoom extends Zend_Pdf_Destination_Explicit
|
class Zend_Pdf_Destination_Zoom extends Zend_Pdf_Destination_Explicit
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -24,7 +24,7 @@
|
|||||||
* PDF file element implementation
|
* PDF file element implementation
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Element
|
abstract class Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Array extends Zend_Pdf_Element
|
class Zend_Pdf_Element_Array extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Boolean extends Zend_Pdf_Element
|
class Zend_Pdf_Element_Boolean extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Dictionary extends Zend_Pdf_Element
|
class Zend_Pdf_Element_Dictionary extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Name extends Zend_Pdf_Element
|
class Zend_Pdf_Element_Name extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Null extends Zend_Pdf_Element
|
class Zend_Pdf_Element_Null extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Numeric extends Zend_Pdf_Element
|
class Zend_Pdf_Element_Numeric extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Object extends Zend_Pdf_Element
|
class Zend_Pdf_Element_Object extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -34,7 +34,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Object_Stream extends Zend_Pdf_Element_Object
|
class Zend_Pdf_Element_Object_Stream extends Zend_Pdf_Element_Object
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Reference extends Zend_Pdf_Element
|
class Zend_Pdf_Element_Reference extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Reference_Context
|
class Zend_Pdf_Element_Reference_Context
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -25,7 +25,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Reference_Table
|
class Zend_Pdf_Element_Reference_Table
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_Stream extends Zend_Pdf_Element
|
class Zend_Pdf_Element_Stream extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_String extends Zend_Pdf_Element
|
class Zend_Pdf_Element_String extends Zend_Pdf_Element
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Element_String_Binary extends Zend_Pdf_Element_String
|
class Zend_Pdf_Element_String_Binary extends Zend_Pdf_Element_String
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -28,7 +28,7 @@
|
|||||||
* Responsibility is to log PDF changes
|
* Responsibility is to log PDF changes
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_ElementFactory implements Zend_Pdf_ElementFactory_Interface
|
class Zend_Pdf_ElementFactory implements Zend_Pdf_ElementFactory_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -24,7 +24,7 @@
|
|||||||
* Responsibility is to log PDF changes
|
* Responsibility is to log PDF changes
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Pdf_ElementFactory_Interface
|
interface Zend_Pdf_ElementFactory_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -27,7 +27,7 @@
|
|||||||
* Responsibility is to log PDF changes
|
* Responsibility is to log PDF changes
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_ElementFactory_Proxy implements Zend_Pdf_ElementFactory_Interface
|
class Zend_Pdf_ElementFactory_Proxy implements Zend_Pdf_ElementFactory_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Core
|
* @subpackage Core
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -45,7 +45,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Core
|
* @subpackage Core
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Exception extends Zend_Exception
|
class Zend_Pdf_Exception extends Zend_Exception
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_FileParser
|
abstract class Zend_Pdf_FileParser
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -36,7 +36,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_FileParser_Font extends Zend_Pdf_FileParser
|
abstract class Zend_Pdf_FileParser_Font extends Zend_Pdf_FileParser
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -45,7 +45,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_FileParser_Font_OpenType extends Zend_Pdf_FileParser_Font
|
abstract class Zend_Pdf_FileParser_Font_OpenType extends Zend_Pdf_FileParser_Font
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_FileParser_Font_OpenType_TrueType extends Zend_Pdf_FileParser_Font_OpenType
|
class Zend_Pdf_FileParser_Font_OpenType_TrueType extends Zend_Pdf_FileParser_Font_OpenType
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_FileParser_Image extends Zend_Pdf_FileParser
|
abstract class Zend_Pdf_FileParser_Image extends Zend_Pdf_FileParser
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_FileParser_Image_Png extends Zend_Pdf_FileParser_Image
|
class Zend_Pdf_FileParser_Image_Png extends Zend_Pdf_FileParser_Image
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_FileParserDataSource
|
abstract class Zend_Pdf_FileParserDataSource
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -34,7 +34,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_FileParserDataSource_File extends Zend_Pdf_FileParserDataSource
|
class Zend_Pdf_FileParserDataSource_File extends Zend_Pdf_FileParserDataSource
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -29,7 +29,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage FileParser
|
* @subpackage FileParser
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_FileParserDataSource_String extends Zend_Pdf_FileParserDataSource
|
class Zend_Pdf_FileParserDataSource_String extends Zend_Pdf_FileParserDataSource
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -27,7 +27,7 @@
|
|||||||
* ASCII85 stream filter
|
* ASCII85 stream filter
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Filter_Ascii85 implements Zend_Pdf_Filter_Interface
|
class Zend_Pdf_Filter_Ascii85 implements Zend_Pdf_Filter_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -27,7 +27,7 @@
|
|||||||
* AsciiHex stream filter
|
* AsciiHex stream filter
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Filter_AsciiHex implements Zend_Pdf_Filter_Interface
|
class Zend_Pdf_Filter_AsciiHex implements Zend_Pdf_Filter_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -27,7 +27,7 @@
|
|||||||
* ASCII85 stream filter
|
* ASCII85 stream filter
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Filter_Compression implements Zend_Pdf_Filter_Interface
|
abstract class Zend_Pdf_Filter_Compression implements Zend_Pdf_Filter_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -27,7 +27,7 @@
|
|||||||
* Flate stream filter
|
* Flate stream filter
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Filter_Compression_Flate extends Zend_Pdf_Filter_Compression
|
class Zend_Pdf_Filter_Compression_Flate extends Zend_Pdf_Filter_Compression
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -27,7 +27,7 @@
|
|||||||
* LZW stream filter
|
* LZW stream filter
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Filter_Compression_Lzw extends Zend_Pdf_Filter_Compression
|
class Zend_Pdf_Filter_Compression_Lzw extends Zend_Pdf_Filter_Compression
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -23,7 +23,7 @@
|
|||||||
* PDF stream filter
|
* PDF stream filter
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
interface Zend_Pdf_Filter_Interface
|
interface Zend_Pdf_Filter_Interface
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -27,7 +27,7 @@
|
|||||||
* RunLength stream filter
|
* RunLength stream filter
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Filter_RunLength implements Zend_Pdf_Filter_Interface
|
class Zend_Pdf_Filter_RunLength implements Zend_Pdf_Filter_Interface
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -33,7 +33,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Font
|
abstract class Zend_Pdf_Font
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Images
|
* @subpackage Images
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Images
|
* @subpackage Images
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Image
|
abstract class Zend_Pdf_Image
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -30,7 +30,7 @@
|
|||||||
* @todo implement lazy resource loading so resources will be really loaded at access time
|
* @todo implement lazy resource loading so resources will be really loaded at access time
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_NameTree implements ArrayAccess, Iterator, Countable
|
class Zend_Pdf_NameTree implements ArrayAccess, Iterator, Countable
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Outlines
|
* @subpackage Outlines
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Outline implements RecursiveIterator, Countable
|
abstract class Zend_Pdf_Outline implements RecursiveIterator, Countable
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -38,7 +38,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Outlines
|
* @subpackage Outlines
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Outline_Created extends Zend_Pdf_Outline
|
class Zend_Pdf_Outline_Created extends Zend_Pdf_Outline
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -39,7 +39,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Outlines
|
* @subpackage Outlines
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Outline_Loaded extends Zend_Pdf_Outline
|
class Zend_Pdf_Outline_Loaded extends Zend_Pdf_Outline
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -38,7 +38,7 @@
|
|||||||
* PDF Page
|
* PDF Page
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Page extends Zend_Pdf_Canvas_Abstract
|
class Zend_Pdf_Page extends Zend_Pdf_Canvas_Abstract
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -32,7 +32,7 @@
|
|||||||
* PDF file parser
|
* PDF file parser
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Parser
|
class Zend_Pdf_Parser
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Actions
|
* @subpackage Actions
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -24,7 +24,7 @@
|
|||||||
* Iteratable objects container
|
* Iteratable objects container
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_RecursivelyIteratableObjectsContainer implements RecursiveIterator, Countable
|
class Zend_Pdf_RecursivelyIteratableObjectsContainer implements RecursiveIterator, Countable
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -24,7 +24,7 @@
|
|||||||
* PDF file Resource abstraction
|
* PDF file Resource abstraction
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Resource
|
abstract class Zend_Pdf_Resource
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id: Image.php 20096 2010-01-06 02:05:09Z bkarwin $
|
* @version $Id: Image.php 20096 2010-01-06 02:05:09Z bkarwin $
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@
|
|||||||
* Content stream (drawing instructions container)
|
* Content stream (drawing instructions container)
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Resource_ContentStream extends Zend_Pdf_Resource
|
class Zend_Pdf_Resource_ContentStream extends Zend_Pdf_Resource
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*
|
*
|
||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id:
|
* @version $Id:
|
||||||
*/
|
*/
|
||||||
@ -44,7 +44,7 @@
|
|||||||
* must not be shared between target documents.
|
* must not be shared between target documents.
|
||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
class Zend_Pdf_Resource_Extractor
|
class Zend_Pdf_Resource_Extractor
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* @category Zend
|
* @category Zend
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
@ -44,7 +44,7 @@
|
|||||||
*
|
*
|
||||||
* @package Zend_Pdf
|
* @package Zend_Pdf
|
||||||
* @subpackage Fonts
|
* @subpackage Fonts
|
||||||
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
|
||||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||||
*/
|
*/
|
||||||
abstract class Zend_Pdf_Resource_Font extends Zend_Pdf_Resource
|
abstract class Zend_Pdf_Resource_Font extends Zend_Pdf_Resource
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user