List of xref numbers of annotations, fields and links.
(self)
| 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. |