Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Abstract PDF annotation representation class
An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF document, or provides a way to interact with the user by means of the mouse and keyboard.
Zend_Pdf_Element_Dictionary|Zend_Pdf_Element_Object|Zend_Pdf_Element_Reference $_annotationDictionary = ''Annotation dictionary
Details__construct(
$annotationDictionary
)
:
Annotation object constructor
DetailsgetBottom(
)
:
floatGet bottom edge of the annotation rectangle.
DetailsgetLeft(
)
:
floatGet left edge of the annotation rectangle.
DetailsgetResource(
)
:
Zend_Pdf_ElementGet annotation dictionary
DetailsgetRight(
)
:
floatGet right edge of the annotation rectangle.
DetailsgetText(
)
:
stringReturn text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form.
DetailsgetTop(
)
:
floatGet top edge of the annotation rectangle.
Detailsload(
$resource
)
:
Zend_Pdf_AnnotationLoad Annotation object from a specified resource
DetailssetBottom(
float $bottom
)
:
Zend_Pdf_AnnotationSet bottom edge of the annotation rectangle.
DetailssetLeft(
float $left
)
:
Zend_Pdf_AnnotationSet left edge of the annotation rectangle.
DetailssetRight(
float $right
)
:
Zend_Pdf_AnnotationSet right edge of the annotation rectangle.
DetailssetText(
string $text
)
:
Zend_Pdf_AnnotationSet text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation’s contents in human-readable form.
DetailssetTop(
float $top
)
:
Zend_Pdf_AnnotationSet top edge of the annotation rectangle.
Details