Package com.pspdfkit.document.search
Class SearchResult.TextSnippet
-
- All Implemented Interfaces:
public final class SearchResult.TextSnippet
The TextSnippet can be extracted with a search result to present a preview text to the user.
-
-
Field Summary
Fields Modifier and Type Field Description public final String
text
public final Range
rangeInSnippet
-
Constructor Summary
Constructors Constructor Description SearchResult.TextSnippet(String text, Range rangeInSnippet)
-