Poppler.AnnotCalloutLine¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
multiline |
r/w |
||
x1 |
r/w |
||
x2 |
r/w |
||
x3 |
r/w |
||
y1 |
r/w |
||
y2 |
r/w |
||
y3 |
r/w |
Methods¶
class |
|
|
|
|
Details¶
- class Poppler.AnnotCalloutLine¶
- classmethod new()¶
- Returns:
a new allocated
Poppler.AnnotCalloutLine
,None
in other case. It must be freed when done.- Return type:
Creates a new empty
Poppler.AnnotCalloutLine
.
- copy()¶
- Returns:
a new allocated
Poppler.AnnotCalloutLine
as exact copy of self,None
in other case. It must be freed when done.- Return type:
It does copy self to a new
Poppler.AnnotCalloutLine
.
- free()¶
Frees the memory used by
Poppler.AnnotCalloutLine
.