Class Zend_Pdf_Element_Reference_Table

Description

PDF file reference table

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Pdf/Element/Reference/Table.php (line 30)


	
			
Method Summary
 Zend_Pdf_Element_Reference_Table __construct ()
 void addReference (string $ref, integer $offset, [boolean $inuse = true])
 unknown getNewGeneration (integer $objNum)
 integer getNextFree (string $ref)
 integer getOffset (string $ref)
 void setParent ( $parent)
Methods
Constructor __construct (line 76)

Object constructor

  • access: public
Zend_Pdf_Element_Reference_Table __construct ()
addReference (line 91)

Add reference to the reference table

  • access: public
void addReference (string $ref, integer $offset, [boolean $inuse = true])
  • string $ref
  • integer $offset
  • boolean $inuse
getNewGeneration (line 176)

Get next generation number for free object

  • access: public
unknown getNewGeneration (integer $objNum)
  • integer $objNum
getNextFree (line 152)

Get next object from a list of free objects.

  • access: public
  • throws: Zend_Pdf_Exception
integer getNextFree (string $ref)
  • string $ref
getOffset (line 127)

Get object offset

  • access: public
integer getOffset (string $ref)
  • string $ref
setParent (line 115)

Set parent reference table

  • access: public
void setParent ( $parent)

Documentation generated on Thu, 18 Jan 2007 09:59:44 -0800 by phpDocumentor 1.3.1