Package com.pspdfkit.compose.ui
Class TextSelectionOverlayKt
-
- All Implemented Interfaces:
public final class TextSelectionOverlayKt
-
-
Method Summary
Modifier and Type Method Description final static Unit
TextSelectionOverlayWrapper(TextSelectionState textSelectionState, Integer pageIndex, DocumentTextProvider textProvider, TextSelectionDragChange textSelectionDragChange)
Composable wrapper that holds TextSelectionOverlay providing few values via LocalSinglePageConfig final static Unit
TextSelectionOverlay(ZoomState zoomState, TextSelectionState selectionState, DocumentTextProvider textProvider, TextSelectionDragChange textSelectionDragChange, Matrix pageToView, Matrix viewToPage)
An overlay composable (placed on top of the PdfPage) that shows the text selection and also allows the user to drag the selection handles to change the selection. -
-
Method Detail
-
TextSelectionOverlayWrapper
@Composable() final static Unit TextSelectionOverlayWrapper(TextSelectionState textSelectionState, Integer pageIndex, DocumentTextProvider textProvider, TextSelectionDragChange textSelectionDragChange)
Composable wrapper that holds TextSelectionOverlay providing few values via LocalSinglePageConfig
-
TextSelectionOverlay
@Composable() final static Unit TextSelectionOverlay(ZoomState zoomState, TextSelectionState selectionState, DocumentTextProvider textProvider, TextSelectionDragChange textSelectionDragChange, Matrix pageToView, Matrix viewToPage)
An overlay composable (placed on top of the PdfPage) that shows the text selection and also allows the user to drag the selection handles to change the selection.
-
-
-
-