com.pdftron.pdf.controls.AnnotationDialogFragment.AnnotationDialogListener |
![]() |
Callback interface to be invoked when an interaction is needed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onAnnotationClicked(Annot annotation, int pageNum)
Called when an annotation has been clicked.
| ||||||||||
abstract void |
onExportAnnotations(PDFDoc outputDoc)
Called when document annotations have been exported.
|
Called when an annotation has been clicked.
annotation | The annotation |
---|---|
pageNum | The page number that holds the annotation |
Called when document annotations have been exported.
outputDoc | The PDFDoc containing the exported annotations |
---|