Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | ev_annotation_markup_get_label () |
gboolean | ev_annotation_markup_set_label () |
gdouble | ev_annotation_markup_get_opacity () |
gboolean | ev_annotation_markup_set_opacity () |
gboolean | ev_annotation_markup_has_popup () |
void | ev_annotation_markup_get_rectangle () |
EvAnnotation * | ev_annotation_text_new () |
EvAnnotation * | ev_annotation_attachment_new () |
gpointer | color | Read / Write |
gchar * | contents | Read / Write |
gchar * | modified | Read / Write |
gchar * | name | Read / Write |
EvPage * | page | Write / Construct Only |
gboolean | has-popup | Read / Write |
gchar * | label | Read / Write |
gdouble | opacity | Read / Write |
gboolean | popup-is-open | Read / Write |
EvRectangle * | rectangle | Read / Write |
EvAnnotationTextIcon | icon | Read / Write |
gboolean | is-open | Read / Write |
EvAttachment * | attachment | Read / Write / Construct |
GInterface ╰── EvAnnotationMarkup GObject ╰── EvAnnotation ├── EvAnnotationAttachment ╰── EvAnnotationText
EvAnnotationText implements EvAnnotationMarkup.
EvAnnotationAttachment implements EvAnnotationMarkup.
EvAnnotationMarkup is implemented by EvAnnotationAttachment and EvAnnotationText.
const gchar *
ev_annotation_markup_get_label (EvAnnotationMarkup *markup
);
gboolean ev_annotation_markup_set_label (EvAnnotationMarkup *markup
,const gchar *label
);
gdouble
ev_annotation_markup_get_opacity (EvAnnotationMarkup *markup
);
gboolean ev_annotation_markup_set_opacity (EvAnnotationMarkup *markup
,gdouble opacity
);
gboolean
ev_annotation_markup_has_popup (EvAnnotationMarkup *markup
);
void ev_annotation_markup_get_rectangle (EvAnnotationMarkup *markup
,EvRectangle *ev_rect
);
EvAnnotation * ev_annotation_attachment_new (EvPage *page
,EvAttachment *attachment
);
“contents”
property “contents” gchar *
The annotation contents.
Flags: Read / Write
Default value: NULL
“modified”
property “modified” gchar *
Last modified date as string.
Flags: Read / Write
Default value: NULL
“name”
property “name” gchar *
The annotation unique name.
Flags: Read / Write
Default value: NULL
“page”
property“page” EvPage *
The page wehere the annotation is.
Flags: Write / Construct Only
“has-popup”
property “has-popup” gboolean
Whether the markup annotation has a popup window associated.
Flags: Read / Write
Default value: TRUE
“label”
property “label” gchar *
Label of the markup annotation.
Flags: Read / Write
Default value: NULL
“opacity”
property “opacity” gdouble
Opacity of the markup annotation.
Flags: Read / Write
Allowed values: >= 0
Default value: 1
“popup-is-open”
property “popup-is-open” gboolean
Whether the popup associated to the markup annotation is open.
Flags: Read / Write
Default value: FALSE
“rectangle”
property“rectangle” EvRectangle *
The Rectangle of the popup associated to the markup annotation.
Flags: Read / Write
“icon”
property “icon” EvAnnotationTextIcon
The icon fo the text annotation.
Flags: Read / Write
Default value: EV_ANNOTATION_TEXT_ICON_NOTE
“is-open”
property “is-open” gboolean
Whether text annot is initially open.
Flags: Read / Write
Default value: FALSE
“attachment”
property“attachment” EvAttachment *
The attachment of the annotation.
Flags: Read / Write / Construct