Readium
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Readium
readium-navigator-common
/
org.readium.navigator.common
/
TextAnchor
Text
Anchor
data
class
TextAnchor
(
val
textBefore
:
String
,
val
textAfter
:
String
)
A
TextAnchor
is a pair of short text snippets allowing to locate in a text.
Members
Constructors
Text
Anchor
Link copied to clipboard
constructor
(
textBefore
:
String
,
textAfter
:
String
)
Properties
text
After
Link copied to clipboard
val
textAfter
:
String
text
Before
Link copied to clipboard
val
textBefore
:
String