Poppler.AnnotCalloutLine

Fields

Name

Type

Access

Description

multiline

bool

r/w

x1

float

r/w

x2

float

r/w

x3

float

r/w

y1

float

r/w

y2

float

r/w

y3

float

r/w

Methods

class

new ()

copy ()

free ()

Details

class Poppler.AnnotCalloutLine
classmethod new()
Returns:

a new allocated Poppler.AnnotCalloutLine, None in other case. It must be freed when done.

Return type:

Poppler.AnnotCalloutLine

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:

Poppler.AnnotCalloutLine

It does copy self to a new Poppler.AnnotCalloutLine.

free()

Frees the memory used by Poppler.AnnotCalloutLine.