Package com.pspdfkit.compose.state
Interface TextSelectionState
-
- All Implemented Interfaces:
-
com.pspdfkit.compose.state.TextSelector
@Immutable() public interface TextSelectionState implements TextSelector
State for text selection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
TextSelectionState.DragHandle
-
Method Summary
Modifier and Type Method Description abstract DocumentTextProvider.TextRange
getSelection()
abstract TextSelectionState.DragHandle
getDraggedHandle()
Boolean
isDragging()
Boolean
isDraggingLeft()
Boolean
isDraggingRight()
Boolean
isEmpty()
-
-
Method Detail
-
getSelection
abstract DocumentTextProvider.TextRange getSelection()
-
getDraggedHandle
abstract TextSelectionState.DragHandle getDraggedHandle()
-
isDragging
Boolean isDragging()
-
isDraggingLeft
Boolean isDraggingLeft()
-
isDraggingRight
Boolean isDraggingRight()
-
-
-
-