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:
 
- get_annotations_mapping(page)¶
 - Parameters:
 page (
PapersDocument.Page) –- Return type:
 
- over_markup(annot, x, y)¶
 - Parameters:
 annot (
PapersDocument.Annotation) –x (
float) –y (
float) –
- Return type:
 
- remove_annotation(annot)¶
 - Parameters:
 annot (
PapersDocument.Annotation) –
- save_annotation(annot, mask)¶
 - Parameters:
 annot (
PapersDocument.Annotation) –mask (
PapersDocument.AnnotationsSaveMask) –
- 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_get_annotations_mapping(page) virtual¶
 - Parameters:
 page (
PapersDocument.Page) –- 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) –
- do_save_annotation(annot, mask) virtual¶
 - Parameters:
 annot (
PapersDocument.Annotation) –mask (
PapersDocument.AnnotationsSaveMask) –