Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-navigator-web-internals
/
org.readium.navigator.web.internals.webapi
/
Selection
Selection
data
class
Selection
(
val
selectedText
:
String
,
val
textBefore
:
String
,
val
textAfter
:
String
,
val
selectionRect
:
DpRect
)
Members
Constructors
Selection
Link copied to clipboard
constructor
(
selectedText
:
String
,
textBefore
:
String
,
textAfter
:
String
,
selectionRect
:
DpRect
)
Properties
selected
Text
Link copied to clipboard
val
selectedText
:
String
selection
Rect
Link copied to clipboard
val
selectionRect
:
DpRect
text
After
Link copied to clipboard
val
textAfter
:
String
text
Before
Link copied to clipboard
val
textBefore
:
String