(self, *args, **kwargs)
| 1070 | return utils.get_text(self, *args, **kwargs) |
| 1071 | |
| 1072 | def get_textbox(self, *args, **kwargs): |
| 1073 | return utils.get_textbox(self, *args, **kwargs) |
| 1074 | |
| 1075 | def get_textpage(self, clip=None, flags=0): |
| 1076 | """Make annotation TextPage.""" |
nothing calls this directly
no test coverage detected