Package com.qoppa.pdf.annotations

Classes representing PDF annotations.

See:
          Description

Interface Summary
Annotation Interface used to represent a PDF annotation.
AnnotationComponent This interface is implemented by components that display annotations.
Callout Interface representing a Callout annotation in a PDF document.
Caret Interface representing a Caret annotation in a PDF document.
Circle Interface representing a Circle annotation in a PDF document.
FileAttachment Interface representing a File Attachment annotation in a PDF document.
FreeText Interface representing a FreeText annotation in a PDF document.
GestureList This class represents a list of gestures in an Ink (Pencil) annotation.
IAnnotationFactory This interface provides methods to create annotations in a document.
IAnnotationManager This interface manages the selection cycle for AnnotationComponents.
IAnnotSelectionListener The interface for AnnotationComponent selection events.
IFlattener This interface is used internally to let annotations know how to flatten themselves into the document content.
Ink Interface representing an Ink annotation in a PDF document.
Line Interface representing a Line annotation in a PDF document.
Link Interface representing a Link annotation in a PDF document.
MarkUpText Deprecated. Use TextMarkup instead.
Polygon Class representing a Polygon annotation in a PDF document.
Polyline Class representing a Polyline annotation in a PDF document.
Popup Interface representing a Popup annotation in a PDF document.
Redaction Interface representing a Redaction annotation in a PDF document.
RubberStamp Interface representing a Rubber Stamp annotation in a PDF document.
ShapeAnnotation Abstract class to be extended by annotations that contain textual content.
Sound Interface representing a Sound annotation in a PDF document.
Square Interface representing a Square annotation in a PDF document.
Text Interface representing a Text annotation in a PDF document.
TextMarkup Interface representing a Text Markup annotation in a PDF document.
Vertices This interface represents a list of vertices.
Widget An abstract class that represents a Widget.
WidgetButton Interface to a button Widget annotation.
WidgetCheckBox Interface to a check box Widget annotation.
WidgetChoice Abstract interface to a choice Widget annotation.
WidgetCombo Interface to a combo box Widget annotation.
WidgetList Interface to a list box Widget annotation.
WidgetPushButton Interface to a push button Widget annotation.
WidgetRadioButton Interface to a radio button Widget annotation.
WidgetSignature Interface to a signature field Widget annotation.
WidgetSignatureComponent Interface to the component for a Widget signature.
WidgetText Interface to a text field Widget annotation.
 

Class Summary
AnnotationSettings This class contains general Annotation settings.
WidgetHandler This class is used by WidgetComponents to set the value to their respective FormFields when focus is lost, selection is changed in a choice field, or a button is clicked.
 

Package com.qoppa.pdf.annotations Description

Classes representing PDF annotations.