Package org.robovm.apple.pdfkit
Interface PDFDocumentDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
PDFDocumentDelegateAdapter
public interface PDFDocumentDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description Class<?>classForAnnotationType(String annotationType)Class<?>classForPage()voiddidMatchString(PDFSelection instance)voiddocumentDidBeginDocumentFind(NSNotification notification)voiddocumentDidBeginPageFind(NSNotification notification)voiddocumentDidEndDocumentFind(NSNotification notification)voiddocumentDidEndPageFind(NSNotification notification)voiddocumentDidFindMatch(NSNotification notification)voiddocumentDidUnlock(NSNotification notification)
-
Method Details
-
documentDidUnlock
-
documentDidBeginDocumentFind
-
documentDidEndDocumentFind
-
documentDidBeginPageFind
-
documentDidEndPageFind
-
documentDidFindMatch
-
didMatchString
-
classForPage
Class<?> classForPage()- Since:
- Available in iOS 11.0 and later.
-
classForAnnotationType
- Since:
- Available in iOS 11.0 and later.
-