Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Data Structures | |
struct | _DjvuTextPage |
struct | _DjvuTextLink |
Typedefs | |
typedef struct _DjvuTextPage | DjvuTextPage |
typedef struct _DjvuTextLink | DjvuTextLink |
Enumerations | |
enum | DjvuSelectionType { DJVU_SELECTION_TEXT, DJVU_SELECTION_BOX } |
Functions | |
GList * | djvu_text_page_get_selection_region (DjvuTextPage *page, EvRectangle *rectangle) |
char * | djvu_text_page_copy (DjvuTextPage *page, EvRectangle *rectangle) |
void | djvu_text_page_index_text (DjvuTextPage *page, gboolean case_sensitive) |
void | djvu_text_page_search (DjvuTextPage *page, const char *text) |
DjvuTextPage * | djvu_text_page_new (miniexp_t text) |
void | djvu_text_page_free (DjvuTextPage *page) |
typedef struct _DjvuTextLink DjvuTextLink |
Definition at line 30 of file djvu-text-page.h.
typedef struct _DjvuTextPage DjvuTextPage |
Definition at line 29 of file djvu-text-page.h.
enum DjvuSelectionType |
Enumerator | |
---|---|
DJVU_SELECTION_TEXT | |
DJVU_SELECTION_BOX |
Definition at line 49 of file djvu-text-page.h.
char* djvu_text_page_copy | ( | DjvuTextPage * | page, |
EvRectangle * | rectangle | ||
) |
void djvu_text_page_free | ( | DjvuTextPage * | page) |
GList* djvu_text_page_get_selection_region | ( | DjvuTextPage * | page, |
EvRectangle * | rectangle | ||
) |
void djvu_text_page_index_text | ( | DjvuTextPage * | page, |
gboolean | case_sensitive | ||
) |
DjvuTextPage* djvu_text_page_new | ( | miniexp_t | text) |
djvu_text_page_new: : S-expression of the page text
Creates a new page to search.
Returns: new DjvuTextPage instance
Definition at line 496 of file djvu-text-page.c.
void djvu_text_page_search | ( | DjvuTextPage * | page, |
const char * | text | ||
) |