CPDFViewDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | CPDFView.h |
– PDFViewDidClickOnLink:withURL:
- (void)PDFViewDidClickOnLink:(CPDFView *)pdfView withURL:(NSString *)url
– PDFViewPerformURL:withContent:
- (void)PDFViewPerformURL:(CPDFView *)pdfView withContent:(NSString *)content
– PDFViewPerformUOP:withContent:
- (void)PDFViewPerformUOP:(CPDFView *)pdfView withContent:(NSString *)content
– PDFViewShouldBeginEditing:textView:forAnnotation:
- (void)PDFViewShouldBeginEditing:(CPDFView *)pdfView textView:(UITextView *)textView forAnnotation:(CPDFFreeTextAnnotation *)annotation
– PDFViewShouldEndEditing:textView:forAnnotation:
- (void)PDFViewShouldEndEditing:(CPDFView *)pdfView textView:(UITextView *)textView forAnnotation:(CPDFFreeTextAnnotation *)annotation
– PDFViewShouldBeginEditing:textView:forTextWidget:
- (void)PDFViewShouldBeginEditing:(CPDFView *)pdfView textView:(UITextView *)textView forTextWidget:(CPDFTextWidgetAnnotation *)textWidget
– PDFViewShouldEndEditing:textView:forTextWidget:
- (void)PDFViewShouldEndEditing:(CPDFView *)pdfView textView:(UITextView *)textView forTextWidget:(CPDFTextWidgetAnnotation *)textWidget
– PDFViewEditingCropBoundsDidChanged:editingArea:
- (void)PDFViewEditingCropBoundsDidChanged:(CPDFView *)pdfView editingArea:(CPDFEditArea *)editArea
– PDFViewEditingSelectStateDidChanged:
- (void)PDFViewEditingSelectStateDidChanged:(CPDFView *)pdfView
– PDFEditingViewShouldBeginEditing:textView:
- (void)PDFEditingViewShouldBeginEditing:(CPDFView *)pdfView textView:(UITextView *)textView
– PDFEditingViewShouldEndEditing:textView:
- (void)PDFEditingViewShouldEndEditing:(CPDFView *)pdfView textView:(UITextView *)textView
– PDFViewEditingAddTextArea:addPage:addRect:
- (void)PDFViewEditingAddTextArea:(CPDFView *_Nonnull)pdfView addPage:(CPDFPage *_Nonnull)page addRect:(CGRect)rect
– PDFViewEditingAddImageArea:addPage:addRect:
- (void)PDFViewEditingAddImageArea:(CPDFView *_Nonnull)pdfView addPage:(CPDFPage *_Nonnull)page addRect:(CGRect)rect
– PDFEditingViewCanPerformAction:withSender:
- (BOOL)PDFEditingViewCanPerformAction:(SEL)action withSender:(id)sender
– PDFEditingViewCanDoubleEnterEdit:
- (BOOL)PDFEditingViewCanDoubleEnterEdit:(CPDFView *_Nonnull)pdfView
– PDFEditingViewMenuItemAction:menuItemType:
- (void)PDFEditingViewMenuItemAction:(CPDFView *_Nonnull)pdfView menuItemType:(CPDFEditMenuItemType)menuItemType