PapersDocument.AnnotationMarkup¶
- Subclasses:
PapersDocument.AnnotationAttachment,PapersDocument.AnnotationFreeText,PapersDocument.AnnotationStamp,PapersDocument.AnnotationText,PapersDocument.AnnotationTextMarkup
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
Whether it is allowed to have a popup window for this type of markup annotation |
||
r/w |
Whether the markup annotation has a popup window associated |
||
r/w |
Label of the markup annotation |
||
r/w |
Opacity of the markup annotation |
||
r/w |
Whether the popup associated to the markup annotation is open |
||
r/w |
The Rectangle of the popup associated to the markup annotation |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class PapersDocument.AnnotationMarkup(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
- get_rectangle(pps_rect)¶
- Parameters:
pps_rect (
PapersDocument.Rectangle) –
- set_rectangle(pps_rect)¶
- Parameters:
pps_rect (
PapersDocument.Rectangle) –- Return type:
Property Details¶
- PapersDocument.AnnotationMarkup.props.can_have_popup¶
-
Whether it is allowed to have a popup window for this type of markup annotation
- PapersDocument.AnnotationMarkup.props.has_popup¶
-
Whether the markup annotation has a popup window associated
- PapersDocument.AnnotationMarkup.props.label¶
-
Label of the markup annotation
- PapersDocument.AnnotationMarkup.props.opacity¶
-
Opacity of the markup annotation
- PapersDocument.AnnotationMarkup.props.popup_is_open¶
-
Whether the popup associated to the markup annotation is open
- PapersDocument.AnnotationMarkup.props.rectangle¶
- Name:
rectangle- Type:
- Default Value:
- Flags:
The Rectangle of the popup associated to the markup annotation