Poppler.AnnotLine¶
- Subclasses:
None
Methods¶
- Inherited:
Poppler.AnnotMarkup (14), Poppler.Annot (12), GObject.Object (37)
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Poppler.AnnotLine(**kwargs)¶
- Bases:
- Abstract:
No
- classmethod new(doc, rect, start, end)¶
- Parameters:
doc (
Poppler.Document
) – aPoppler.Document
rect (
Poppler.Rectangle
) – aPoppler.Rectangle
start (
Poppler.Point
) – aPoppler.Point
of the starting verticeend (
Poppler.Point
) – aPoppler.Point
of the ending vertice
- Returns:
A newly created
Poppler.AnnotLine
annotation- Return type:
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:
start (
Poppler.Point
) – aPoppler.Point
of the starting verticeend (
Poppler.Point
) – aPoppler.Point
of the ending vertice
Set the coordinate points where the self starts and ends.
New in version 0.26.