Package 

Class SearchResult


  • 
    public final class SearchResult
    
                        

    Represents a single search result within a PDF document.

    • Constructor Detail

      • SearchResult

        SearchResult(Integer page, Integer matchIndex, RectF textRect, String matchedText)
        Parameters:
        page - Page index (0-indexed) where the match was found
        matchIndex - Index of this match within the page
        textRect - Rectangle bounds of the matched text on the page (in page coordinates)
        matchedText - The actual text that was matched