-
public AnnotType get_annot_type ()
Gets the type of poppler_annot
-
public unowned Color get_color ()
Retrieves the color of poppler_annot.
-
public unowned string get_contents ()
Retrieves the contents of poppler_annot.
-
public AnnotFlag get_flags ()
Retrieves the flag field specifying various characteristics of the poppler_annot.
-
public unowned string get_modified ()
Retrieves the last modification data of poppler_annot. The returned string will be either
a PDF format date or a text string. See also date_parse()
-
public unowned string get_name ()
Retrieves the name of poppler_annot.
-
public void set_contents (string contents)
Sets the contents of poppler_annot to the given value, replacing the current contents.