nutrient
Toggle table of contents
11.2.1
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.document.search
/
SearchResult
/
TextSnippet
Text
Snippet
class
TextSnippet
The
TextSnippet
can be extracted with a search result to present a preview text to the user.
Members
Constructors
Text
Snippet
Link copied to clipboard
constructor
(
@
NonNull
text
:
String
,
@
NonNull
rangeInSnippet
:
Range
)
Properties
range
In
Snippet
Link copied to clipboard
@
NonNull
val
rangeInSnippet
:
Range
The character range within the snippet text where the search term is located.
text
Link copied to clipboard
@
NonNull
val
text
:
String
Preview text.
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Returns a string representation of this snippet including text and highlighted range.