Poppler.AnnotFileAttachment

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

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

get_attachment ()

get_name ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Poppler.AnnotFileAttachment(**kwargs)
Bases:

Poppler.AnnotMarkup

Abstract:

No

get_attachment()
Returns:

PopplerAttachment

Return type:

Poppler.Attachment

Creates a Poppler.Attachment for the file of the file attachment annotation annot. The Poppler.Attachment must be unrefed with GObject.Object.unref by the caller.

New in version 0.14.

get_name()
Returns:

a new allocated string with the name of self. It must be freed with GLib.free() when done.

Return type:

str

Retrieves the name of self.

New in version 0.14.