Annotation Note Hinter
class AnnotationNoteHinter(context: Context) : PdfDrawableProvider, AnnotationProvider.OnAnnotationUpdatedListener
PdfDrawableProvider creating visual contents hints for supported Annotation.
Functions
Link copied to clipboard
open suspend override fun getDrawablesForPage(context: Context, document: PdfDocument, @IntRange(from = 0 ) pageIndex: Int): List<ERROR CLASS: Symbol not found for PdfDrawable>
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 override fun onAnnotationZOrderChanged(pageIndex: Int, oldOrder: List<Annotation>, newOrder: List<Annotation>)
Called when the z-order of annotations has changed on a specified page.