Class Zend_Pdf_Element_Stream

Description

PDF file 'stream' element implementation

Located in /Zend/Pdf/Element/Stream.php (line 32)

Zend_Pdf_Element
   |
   --Zend_Pdf_Element_Stream
Variable Summary
 string $value
Method Summary
 Zend_Pdf_Element_Stream __construct (string $val)
 void append (mixed $val)
 void clear ()
 integer getType ()
 integer length ()
 string toString ([Zend_Pdf_Factory $factory = null])
Variables
string $value (line 39)

Object value

  • access: public

Inherited Variables

Inherited from Zend_Pdf_Element

Zend_Pdf_Element::$_parentObject
Methods
Constructor __construct (line 47)

Object constructor

  • access: public
Zend_Pdf_Element_Stream __construct (string $val)
  • string $val
append (line 91)

Append value to a stream

  • access: public
void append (mixed $val)
  • mixed $val
clear (line 80)

Clear stream

  • access: public
void clear ()
getType (line 58)

Return type of the element.

  • access: public
integer getType ()

Redefinition of:
Zend_Pdf_Element::getType()
Return type of the element.
length (line 70)

Stream length.

(Method is used to avoid string copying, which may occurs in some cases)

  • access: public
integer length ()
toString (line 103)

Return object as string

  • access: public
string toString ([Zend_Pdf_Factory $factory = null])
  • Zend_Pdf_Factory $factory

Redefinition of:
Zend_Pdf_Element::toString()
Convert element to a string, which can be directly written to a PDF file.

Inherited Methods

Inherited From Zend_Pdf_Element

 Zend_Pdf_Element::getParentObject()
 Zend_Pdf_Element::getType()
 Zend_Pdf_Element::setParentObject()
 Zend_Pdf_Element::toString()
 Zend_Pdf_Element::touch()
Class Constants

Inherited Constants

Inherited from Zend_Pdf_Element

Documentation generated on Tue, 18 Apr 2006 11:55:39 -0700 by phpDocumentor 1.3.0RC3