Uses of Class
org.robovm.apple.pdfkit.PDFSelection
| Package | Description |
|---|---|
| org.robovm.apple.pdfkit |
-
Uses of PDFSelection in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit that return PDFSelection Modifier and Type Method Description PDFSelectionPDFDocument. findString(String string, PDFSelection selection, NSStringCompareOptions options)PDFSelectionPDFView. getCurrentSelection()PDFSelectionPDFDocument. getSelectionForEntireDocument()PDFSelectionPDFDocument. selection(PDFPage startPage, long startCharacter, PDFPage endPage, long endCharacter)PDFSelectionPDFDocument. selection(PDFPage startPage, CGPoint startPoint, PDFPage endPage, CGPoint endPoint)PDFSelectionPDFPage. selection(CGPoint startPoint, CGPoint endPoint)PDFSelectionPDFPage. selectionForLineAtPoint(CGPoint point)PDFSelectionPDFPage. selectionForRange(NSRange range)PDFSelectionPDFPage. selectionForRect(CGRect rect)PDFSelectionPDFPage. selectionForWordAtPoint(CGPoint point)Methods in org.robovm.apple.pdfkit that return types with arguments of type PDFSelection Modifier and Type Method Description NSArray<PDFSelection>PDFDocument. findString(String string, NSStringCompareOptions options)NSArray<PDFSelection>PDFView. getHighlightedSelections()NSArray<PDFSelection>PDFSelection. selectionsByLine()Methods in org.robovm.apple.pdfkit with parameters of type PDFSelection Modifier and Type Method Description voidPDFSelection. addSelection(PDFSelection selection)voidPDFDocumentDelegate. didMatchString(PDFSelection instance)voidPDFDocumentDelegateAdapter. didMatchString(PDFSelection instance)PDFSelectionPDFDocument. findString(String string, PDFSelection selection, NSStringCompareOptions options)voidPDFView. goToSelection(PDFSelection selection)PDFOutlinePDFDocument. outlineItemForSelection(PDFSelection selection)voidPDFView. setCurrentSelection(PDFSelection v)voidPDFView. setCurrentSelection(PDFSelection selection, boolean animate)Method parameters in org.robovm.apple.pdfkit with type arguments of type PDFSelection Modifier and Type Method Description voidPDFSelection. addSelections(NSArray<PDFSelection> selections)voidPDFView. setHighlightedSelections(NSArray<PDFSelection> v)