Interface DocumentConnection
-
- All Implemented Interfaces:
public interface DocumentConnection
This acts as a bridge between PdfFragment and DocumentView to access respective functionalities.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
addAnnotationToPage(Annotation annotation, Boolean selectImmediately)
abstract Unit
setPageIndex(@IntRange(from = 0) Integer pageIndex)
abstract Function1<Boolean, Unit>
getShowToolbarMenu()
This function is used to show/hide overflow menu dropdown in toolbar AnnotationConfigurationRegistry
getAnnotationConfigurationRegistry()
PdfUi
getPdfUI()
-
-
Method Detail
-
addAnnotationToPage
abstract Unit addAnnotationToPage(Annotation annotation, Boolean selectImmediately)
-
setPageIndex
abstract Unit setPageIndex(@IntRange(from = 0) Integer pageIndex)
-
getShowToolbarMenu
abstract Function1<Boolean, Unit> getShowToolbarMenu()
This function is used to show/hide overflow menu dropdown in toolbar
-
getAnnotationConfigurationRegistry
AnnotationConfigurationRegistry getAnnotationConfigurationRegistry()
-
-
-
-