MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / annot_xrefs

Method annot_xrefs

src/__init__.py:10635–10639  ·  view source on GitHub ↗

List of xref numbers of annotations, fields and links.

(self)

Source from the content-addressed store, hash-verified

10633 return JM_get_annot_id_list(page)
10634
10635 def annot_xrefs(self):
10636 '''
10637 List of xref numbers of annotations, fields and links.
10638 '''
10639 return JM_get_annot_xref_list2(self)
10640
10641 def annots(self, types=None):
10642 """ Generator over the annotations of a page.

Callers 9

annotsMethod · 0.95
load_linksMethod · 0.95
widgetsMethod · 0.95
getLinkTextFunction · 0.80
_do_widgetsMethod · 0.80
nextMethod · 0.80
get_linksFunction · 0.80
getLinkTextFunction · 0.80
test_caretFunction · 0.80

Calls 1

JM_get_annot_xref_list2Function · 0.85

Tested by 1

test_caretFunction · 0.64