Searched refs:addPageAnnotation (Results 1 – 6 of 6) sorted by relevance
658 public int addPageAnnotation(@NonNull PdfAnnotation annotation) { in addPageAnnotation() method in PdfRendererPreV.Page664 return mPdfProcessor.addPageAnnotation(mIndex, annotation); in addPageAnnotation()
279 public native int addPageAnnotation(@IntRange(from = 0) int pageNum, in addPageAnnotation() method in PdfDocumentProxy
627 public int addPageAnnotation(@IntRange(from = 0) int pageNum, in addPageAnnotation() method631 int addedAnnotationIndex = mPdfDocument.addPageAnnotation(pageNum, annotation); in addPageAnnotation()
827 public int addPageAnnotation(@NonNull PdfAnnotation annotation) { in addPageAnnotation() method in PdfRenderer.Page833 return mPdfProcessor.addPageAnnotation(mIndex, annotation); in addPageAnnotation()
23 …enable_edit_pdf_annotations") @IntRange(from=0xffffffff) public int addPageAnnotation(@NonNull and…
32 …enable_edit_pdf_annotations") @IntRange(from=0xffffffff) public int addPageAnnotation(@NonNull and…