Package com.crionics.jpdf.annotation

Contains the implementation classes to define PDF #Annotations.

See:
          Description

Class Summary
AbstractAnnotation Abstract implementation of an Annotation, where the common methods are stored.
LinkAnnotation A link annotation represents either a hypertext link to a destination elsewhere in the document or an action to be performed when activated.
 

Package com.crionics.jpdf.annotation Description

Contains the implementation classes to define PDF #Annotations.

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.
PDF includes a wide variety of standard annotation types as follow:

LinkAnnotationLink to a destination in the current document

Many of the standard annotation types may be displayed in either the open or the closed state.
When closed, they appear on the page in some distinctive form, such as an icon, a box, or a rubber stamp, depending on the specific annotation type.
When the user activates the annotation by clicking it, it exhibits its associated object, such as by opening a pop-up window displaying a text note or byplaying a sound or a movie.



Copyright © 1999-2007 Crionics. All Rights Reserved.