Module org.icepdf.ri.viewer
Class SearchTextTask.CommentsResult
- java.lang.Object
-
- org.icepdf.ri.common.utility.search.SearchTextTask.SearchResult
-
- org.icepdf.ri.common.utility.search.SearchTextTask.CommentsResult
-
- Enclosing class:
- SearchTextTask
public static class SearchTextTask.CommentsResult extends SearchTextTask.SearchResult
-
-
Constructor Summary
Constructors Constructor Description CommentsResult(List<MarkupAnnotation> markupAnnotations, String nodeText, int currentPage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentPage()List<MarkupAnnotation>getMarkupAnnotations()-
Methods inherited from class org.icepdf.ri.common.utility.search.SearchTextTask.SearchResult
getNodeText
-
-
-
-
Constructor Detail
-
CommentsResult
public CommentsResult(List<MarkupAnnotation> markupAnnotations, String nodeText, int currentPage)
-
-
Method Detail
-
getMarkupAnnotations
public List<MarkupAnnotation> getMarkupAnnotations()
-
getCurrentPage
public int getCurrentPage()
-
-