Pdfdemo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Pdfdemo
pdf-viewer
/
io.github.limuyang2.pdf.viewer
/
PdfViewSearchStatus
/
Completed
Completed
data
class
Completed
(
val
query
:
String
,
val
resultCount
:
Int
)
:
PdfViewSearchStatus
The search finished successfully.
Members
Constructors
Completed
Link copied to clipboard
constructor
(
query
:
String
,
resultCount
:
Int
)
Properties
query
Link copied to clipboard
val
query
:
String
the searched text.
result
Count
Link copied to clipboard
val
resultCount
:
Int
number of matches across the document.