Searched refs:getPageGotoLinks (Results 1 – 4 of 4) sorted by relevance
198 public native List<PdfPageGotoLinkContent> getPageGotoLinks(int pageNum); in getPageGotoLinks() method in PdfDocumentProxy
358 public List<PdfPageGotoLinkContent> getPageGotoLinks(int pageNum) { in getPageGotoLinks() method in PdfProcessor361 return mPdfDocument.getPageGotoLinks(pageNum); in getPageGotoLinks()
508 return mPdfProcessor.getPageGotoLinks(mIndex); in getGotoLinks()
688 return mPdfProcessor.getPageGotoLinks(mIndex); in getGotoLinks()