Poppler.AnnotLine¶
- Subclasses:
 None
Methods¶
- Inherited:
 Poppler.AnnotMarkup (14), Poppler.Annot (14), 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.Documentrect (
Poppler.Rectangle) – aPoppler.Rectanglestart (
Poppler.Point) – aPoppler.Pointof the starting verticeend (
Poppler.Point) – aPoppler.Pointof the ending vertice
- Returns:
 A newly created
Poppler.AnnotLineannotation- 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.Pointof the starting verticeend (
Poppler.Point) – aPoppler.Pointof the ending vertice
Set the coordinate points where the self starts and ends.
New in version 0.26.