Class: Poppler::AnnotMarkup
Direct Known Subclasses
AnnotCircle, AnnotFileAttachment, AnnotFreeText, AnnotLine, AnnotSquare, AnnotText, AnnotTextMarkup
Instance Method Summary collapse
-
#date ⇒ GLib::Date
Returns the date and time when the annotation was created.
-
#external_data ⇒ Poppler::AnnotExternalDataType
Gets the external data type of poppler_annot.
-
#get_popup_rectangle(poppler_rect) ⇒ Boolean
Retrieves the rectangle of the popup window related to poppler_annot.
-
#has_popup ⇒ Boolean
Return true if the markup annotation has a popup window associated.
-
#label ⇒ String
Retrieves the label text of poppler_annot.
-
#label=(label) ⇒ nil
Sets the label text of poppler_annot, replacing the current one.
-
#opacity ⇒ Float
Retrieves the opacity value of poppler_annot.
-
#opacity=(opacity) ⇒ nil
Sets the opacity of poppler_annot.
-
#popup=(popup_rect) ⇒ nil
Associates a new popup window for editing contents of poppler_annot.
-
#popup_is_open ⇒ Boolean
Retrieves the state of the popup window related to poppler_annot.
-
#popup_is_open=(is_open) ⇒ nil
Sets the state of the popup window related to poppler_annot.
-
#popup_rectangle=(poppler_rect) ⇒ nil
Sets the rectangle of the popup window related to poppler_annot.
-
#reply_to ⇒ Poppler::AnnotMarkupReplyType
Gets the reply type of poppler_annot.
-
#subject ⇒ String
Retrives the subject text of poppler_annot.
Methods inherited from Annot
#annot_type, #color, #color=, #contents, #contents=, #flags, #flags=, #get_rectangle, #modified, #name, #page_index, #rectangle=
Instance Method Details
#date ⇒ GLib::Date
Returns the date and time when the annotation was created
#external_data ⇒ Poppler::AnnotExternalDataType
Gets the external data type of poppler_annot.
#get_popup_rectangle(poppler_rect) ⇒ Boolean
Retrieves the rectangle of the popup window related to poppler_annot.
#has_popup ⇒ Boolean
Return true if the markup annotation has a popup window associated
#label ⇒ String
Retrieves the label text of poppler_annot.
#label=(label) ⇒ nil
Sets the label text of poppler_annot, replacing the current one
#opacity ⇒ Float
Retrieves the opacity value of poppler_annot.
#opacity=(opacity) ⇒ nil
Sets the opacity of poppler_annot. This value applies to all visible elements of poppler_annot in its closed state, but not to the pop-up window that appears when it's openened
#popup=(popup_rect) ⇒ nil
Associates a new popup window for editing contents of poppler_annot. Popup window shall be displayed by viewers at popup_rect on the page.
#popup_is_open ⇒ Boolean
Retrieves the state of the popup window related to poppler_annot.
#popup_is_open=(is_open) ⇒ nil
Sets the state of the popup window related to poppler_annot.
#popup_rectangle=(poppler_rect) ⇒ nil
Sets the rectangle of the popup window related to poppler_annot. This doesn't have any effect if poppler_annot doesn't have a popup associated, use poppler_annot_markup_set_popup() to associate a popup window to a Poppler::AnnotMarkup.
#reply_to ⇒ Poppler::AnnotMarkupReplyType
Gets the reply type of poppler_annot.
#subject ⇒ String
Retrives the subject text of poppler_annot.