Annot
Object Hierarchy:
Description:
[
CCode ( type_id =
"poppler_annot_get_type ()" ) ]
public sealed class Annot :
Object
Content:
Creation methods:
Methods:
- public AnnotType get_annot_type ()
Gets the type of this
- public Color get_color ()
Retrieves the color of this.
- public string get_contents ()
Retrieves the contents of this.
- public AnnotFlag get_flags ()
Retrieves the flag field specifying various characteristics of the
this.
- public string get_modified ()
Retrieves the last modification data of this
.
- public string get_name ()
Retrieves the name of this.
- public int get_page_index ()
Returns the page index to which this is
associated, or -1 if unknown
- public Rectangle get_rectangle ()
Retrieves the rectangle representing the page coordinates where the
annotation this is placed.
- public void set_color (Color? poppler_color)
Sets the color of this.
- public void set_contents (string contents)
Sets the contents of this to the given
value, replacing the current contents.
- public void set_flags (AnnotFlag flags)
Sets the flag field specifying various characteristics of the
this.
- public void set_rectangle (Rectangle poppler_rect)
Move the annotation to the rectangle representing the page coordinates where
the annotation this should be placed.
Inherited Members:
All known members inherited from class GLib.Object