Annotation Note Hinter
open class AnnotationNoteHinter : PdfDrawableProvider, AnnotationProvider.OnAnnotationUpdatedListener
PdfDrawableProvider creating visual contents hints for supported Annotation.
Functions
Link copied to clipboard
open fun getDrawablesForPage(@NonNull context: Context, @NonNull document: PdfDocument, @IntRange(from = 0 ) pageIndex: Int): List<out PdfDrawable>
Returns all drawables for the given
document
and pageIndex
.Link copied to clipboard
Called when annotation has been created.
Link copied to clipboard
Called when existing annotation has been removed.
Link copied to clipboard
Called when existing annotation has changed.
Link copied to clipboard
open fun onAnnotationZOrderChanged(pageIndex: Int, @NonNull oldOrder: List<Annotation>, @NonNull newOrder: List<Annotation>)
Called when the z-order of annotations has changed on a specified page.