Poppler.AnnotLine

g GObject.Object GObject.Object Poppler.Annot Poppler.Annot GObject.Object->Poppler.Annot Poppler.AnnotMarkup Poppler.AnnotMarkup Poppler.Annot->Poppler.AnnotMarkup Poppler.AnnotLine Poppler.AnnotLine Poppler.AnnotMarkup->Poppler.AnnotLine

Subclasses:

None

Methods

Inherited:

Poppler.AnnotMarkup (14), Poppler.Annot (12), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (doc, rect, start, end)

set_vertices (start, end)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Poppler.AnnotLine(**kwargs)
Bases:

Poppler.AnnotMarkup

Abstract:

No

classmethod new(doc, rect, start, end)
Parameters:
Returns:

A newly created Poppler.AnnotLine annotation

Return type:

Poppler.Annot

Creates a new Line annotation that will be located on rect when added to a page. See Poppler.Page.add_annot()

New in version 0.26.

set_vertices(start, end)
Parameters:

Set the coordinate points where the self starts and ends.

New in version 0.26.