PapersDocument.DocumentAnnotations¶
- Implementations:
None
Methods¶
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class PapersDocument.DocumentAnnotations¶
- Bases:
- Structure:
- add_annotation(annot)¶
- Parameters:
annot (
PapersDocument.Annotation) –
- get_annotations(page)¶
- Parameters:
page (
PapersDocument.Page) – the page from where to get the annotations- Return type:
- over_markup(annot, x, y)¶
- Parameters:
annot (
PapersDocument.Annotation) –x (
float) –y (
float) –
- Return type:
- remove_annotation(annot)¶
- Parameters:
annot (
PapersDocument.Annotation) –
- do_add_annotation(annot) virtual¶
- Parameters:
annot (
PapersDocument.Annotation) –
- do_get_annotations(page) virtual¶
- Parameters:
page (
PapersDocument.Page) – the page from where to get the annotations- Return type:
- do_over_markup(annot, x, y) virtual¶
- Parameters:
annot (
PapersDocument.Annotation) –x (
float) –y (
float) –
- Return type:
- do_remove_annotation(annot) virtual¶
- Parameters:
annot (
PapersDocument.Annotation) –