Class Zend_Pdf_Element_Reference_Table

Description

PDF file reference table

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

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


	
			
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 77)

Object constructor

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

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 180)

Get next generation number for free object

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

Get next object from a list of free objects.

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

Get object offset

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

Set parent reference table

  • access: public
void setParent ( $parent)

Documentation generated on Mon, 21 Jun 2010 15:48:04 -0400 by phpDocumentor 1.4.3