Class: Poppler::AnnotCircle
- Inherits:
-
AnnotMarkup
- Object
- Annot
- AnnotMarkup
- Poppler::AnnotCircle
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#initialize(doc, rect) ⇒ Poppler::Annot
constructor
Creates a new Circle annotation that will be located on rect when added to a page.
-
#interior_color ⇒ Poppler::Color
Retrieves the interior color of poppler_annot.
-
#interior_color=(poppler_color) ⇒ nil
Sets the interior color of poppler_annot.
Methods inherited from AnnotMarkup
#date, #external_data, #get_popup_rectangle, #has_popup, #label, #label=, #opacity, #opacity=, #popup=, #popup_is_open, #popup_is_open=, #popup_rectangle=, #reply_to, #subject
Methods inherited from Annot
#annot_type, #color, #color=, #contents, #contents=, #flags, #flags=, #get_rectangle, #modified, #name, #page_index, #rectangle=
Constructor Details
#initialize(doc, rect) ⇒ Poppler::Annot
Creates a new Circle annotation that will be located on rect when added to a page. See poppler_page_add_annot()
Instance Method Details
#interior_color ⇒ Poppler::Color
Retrieves the interior color of poppler_annot.
#interior_color=(poppler_color) ⇒ nil
Sets the interior color of poppler_annot.