|
@@ -71,14 +71,8 @@ extern NSNotificationName const CPDFListViewAnnotationsOperationChangeNotificati
|
|
|
|
|
|
- (NSArray<UIMenuItem *> *)PDFListView:(CPDFListView *)pdfListView customizeMenuItems:(NSArray *)MenuItems forPage:(CPDFPage *)page forPagePoint:(CGPoint)pagePoint;
|
|
- (NSArray<UIMenuItem *> *)PDFListView:(CPDFListView *)pdfListView customizeMenuItems:(NSArray *)MenuItems forPage:(CPDFPage *)page forPagePoint:(CGPoint)pagePoint;
|
|
|
|
|
|
-- (void)PDFListViewEditNote:(CPDFListView *)pdfListView forAnnotation:(CPDFAnnotation *)annotation;
|
|
|
|
-
|
|
|
|
-- (void)PDFListViewEditProperties:(CPDFListView *)pdfListView forAnnotation:(CPDFAnnotation *)annotation;
|
|
|
|
-
|
|
|
|
- (void)PDFListViewPerformTouchEnded:(CPDFListView *)pdfListView;
|
|
- (void)PDFListViewPerformTouchEnded:(CPDFListView *)pdfListView;
|
|
|
|
|
|
-- (void)PDFListViewContentEditProperty:(CPDFListView *)pdfListView point:(CGPoint)point;
|
|
|
|
-
|
|
|
|
- (void)PDFListViewChangedToolMode:(CPDFListView *)pdfListView forToolMode:(CToolModel)toolMode;
|
|
- (void)PDFListViewChangedToolMode:(CPDFListView *)pdfListView forToolMode:(CToolModel)toolMode;
|
|
|
|
|
|
- (void)PDFListViewChangedAnnotationType:(CPDFListView *)pdfListView forAnnotationMode:(CPDFViewAnnotationMode)annotationMode;
|
|
- (void)PDFListViewChangedAnnotationType:(CPDFListView *)pdfListView forAnnotationMode:(CPDFViewAnnotationMode)annotationMode;
|
|
@@ -87,7 +81,9 @@ extern NSNotificationName const CPDFListViewAnnotationsOperationChangeNotificati
|
|
|
|
|
|
- (void)PDFListViewAnnotationsOperationChange:(CPDFListView *)pdfListView;
|
|
- (void)PDFListViewAnnotationsOperationChange:(CPDFListView *)pdfListView;
|
|
|
|
|
|
-- (BOOL)PDFListViewerTouchEndedIsAudioRecordMedia:(CPDFListView *)pdfListView;
|
|
|
|
|
|
+- (void)PDFListViewEditNote:(CPDFListView *)pdfListView forAnnotation:(CPDFAnnotation *)annotation;
|
|
|
|
+
|
|
|
|
+- (void)PDFListViewEditProperties:(CPDFListView *)pdfListView forAnnotation:(CPDFAnnotation *)annotation;
|
|
|
|
|
|
- (void)PDFListViewPerformPlay:(CPDFListView *)pdfView forAnnotation:(CPDFSoundAnnotation *)annotation;
|
|
- (void)PDFListViewPerformPlay:(CPDFListView *)pdfView forAnnotation:(CPDFSoundAnnotation *)annotation;
|
|
|
|
|
|
@@ -95,12 +91,16 @@ extern NSNotificationName const CPDFListViewAnnotationsOperationChangeNotificati
|
|
|
|
|
|
- (void)PDFListViewPerformRecordMedia:(CPDFListView *)pdfView atPoint:(CGPoint)point forPage:(CPDFPage *)page;
|
|
- (void)PDFListViewPerformRecordMedia:(CPDFListView *)pdfView atPoint:(CGPoint)point forPage:(CPDFPage *)page;
|
|
|
|
|
|
|
|
+- (BOOL)PDFListViewerTouchEndedIsAudioRecordMedia:(CPDFListView *)pdfListView;
|
|
|
|
+
|
|
- (void)PDFListViewPerformAddStamp:(CPDFListView *)pdfView atPoint:(CGPoint)point forPage:(CPDFPage *)page;
|
|
- (void)PDFListViewPerformAddStamp:(CPDFListView *)pdfView atPoint:(CGPoint)point forPage:(CPDFPage *)page;
|
|
|
|
|
|
- (void)PDFListViewPerformAddImage:(CPDFListView *)pdfView atPoint:(CGPoint)point forPage:(CPDFPage *)page;
|
|
- (void)PDFListViewPerformAddImage:(CPDFListView *)pdfView atPoint:(CGPoint)point forPage:(CPDFPage *)page;
|
|
|
|
|
|
- (void)PDFListViewPerformSignatureWidget:(CPDFListView *)pdfView forAnnotation:(CPDFSignatureWidgetAnnotation *)annotation;
|
|
- (void)PDFListViewPerformSignatureWidget:(CPDFListView *)pdfView forAnnotation:(CPDFSignatureWidgetAnnotation *)annotation;
|
|
|
|
|
|
|
|
+- (void)PDFListViewContentEditProperty:(CPDFListView *)pdfListView point:(CGPoint)point;
|
|
|
|
+
|
|
@end
|
|
@end
|
|
|
|
|
|
#pragma mark - CPDFListView
|
|
#pragma mark - CPDFListView
|