|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Annotation | |
| com.qoppa.pdf.annotations | Classes representing PDF annotations. |
| com.qoppa.pdfNotes | PDFNotesBean, toolbar and related classes. |
| com.qoppa.pdfViewer | PDFViewerBean and related classes. |
| Uses of Annotation in com.qoppa.pdf.annotations |
| Subinterfaces of Annotation in com.qoppa.pdf.annotations | |
interface |
Callout
Interface representing a Callout annotation in a PDF document. |
interface |
Caret
Interface representing a Caret annotation in a PDF document. |
interface |
Circle
Interface representing a Circle annotation in a PDF document. |
interface |
FileAttachment
Interface representing a File Attachment annotation in a PDF document. |
interface |
FreeText
Interface representing a FreeText annotation in a PDF document. |
interface |
Ink
Interface representing an Ink annotation in a PDF document. |
interface |
Line
Interface representing a Line annotation in a PDF document. |
interface |
Link
Interface representing a Link annotation in a PDF document. |
interface |
MarkUpText
Interface representing a Text Markup annotation in a PDF document. |
interface |
Polygon
Class representing a Polygon annotation in a PDF document. |
interface |
Polyline
Class representing a Polyline annotation in a PDF document. |
interface |
Popup
Interface representing a Popup annotation in a PDF document. |
interface |
RubberStamp
Interface representing a Rubber Stamp annotation in a PDF document. |
interface |
ShapeAnnotation
Abstract class to be extended by annotations that contain textual content. |
interface |
Sound
Interface representing a Sound annotation in a PDF document. |
interface |
Square
Interface representing a Square annotation in a PDF document. |
interface |
Text
Interface representing a Text annotation in a PDF document. |
interface |
Widget
An abstract class that represents a Widget. |
interface |
WidgetButton
Interface to a button Widget annotation. |
interface |
WidgetCheckBox
Interface to a check box Widget annotation. |
interface |
WidgetChoice
Abstract interface to a choice Widget annotation. |
interface |
WidgetCombo
Interface to a combo box Widget annotation. |
interface |
WidgetList
Interface to a list box Widget annotation. |
interface |
WidgetPushButton
Interface to a push button Widget annotation. |
interface |
WidgetRadioButton
Interface to a radio button Widget annotation. |
interface |
WidgetSignature
Interface to a signature field Widget annotation. |
interface |
WidgetText
Interface to a text field Widget annotation. |
| Methods in com.qoppa.pdf.annotations that return Annotation | |
Annotation |
AnnotationComponent.getAnnotation()
Returns the annotation for this AnnotationComponent. |
| Uses of Annotation in com.qoppa.pdfNotes |
| Methods in com.qoppa.pdfNotes with parameters of type Annotation | |
void |
PDFNotesBean.removeAnnotation(Annotation annot,
int pageIndex)
Remove an annotation from the document programmatically. |
void |
PDFNotesBean.startEdit(Annotation annot,
boolean useDefault)
This method starts an annotation editor appropriate to the type of annotation passed to it. |
void |
PDFNotesBean.addAnnotation(Annotation newAnnot,
int pageIndex)
Add an annotation to the document programmatically. |
void |
MutableDocument.flattenAnnotation(Annotation annot,
int pageIndex)
Flattens a single annotation into the content layer. |
void |
IPDFListener.annotAdded(PDFNotesBean notesBean,
Annotation newAnnot,
IPDFPage pdfPage,
int pageIndex)
This method is called by PDFNotesBean after
a new annotation was added. |
void |
IPDFListener.annotDeleted(PDFNotesBean notesBean,
Annotation annot,
int pageIndex)
This method is called by PDFNotesBean after
an annotation was deleted. |
void |
IPDFListener.annotModified(PDFNotesBean notesBean,
Annotation annot,
int pageIndex)
This method is called by PDFNotesBean after
an annotation was modified. |
| Uses of Annotation in com.qoppa.pdfViewer |
| Methods in com.qoppa.pdfViewer with parameters of type Annotation | |
void |
PDFViewerBean.selectAnnotation(Annotation annot)
Selects the given Annotation's component. |
void |
PDFViewerBean.scrollToAnnotation(Annotation annot)
If annot is not visible, this method will scroll to it. |
void |
PDFViewerBean.addAnnotationToSelection(Annotation annot)
Adds the given Annotation's component to the list of selected components. |
void |
PDFViewerBean.deselectAnnotation(Annotation annot)
Removes the given Annotation's component to the list of selected components. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||