Enumeration (GI Flags)

Poppler-0.18PopplerFindFlagsSince 0.22

Flags using while searching text in a page

0.22

Index

Enumeration Members

BACKWARDS: number

search backwards

CASE_SENSITIVE: number

do case sensitive search

DEFAULT: number

use default search settings

IGNORE_DIACRITICS: number

do diacritics insensitive search, i.e. ignore accents, umlauts, diaeresis,etc. while matching. This option will be ignored if the search term is not pure ascii. Since 0.73.

MULTILINE: number

allows to match on text spanning from end of a line to the next line. (Currently it won't match on text spanning more than two lines.) Automatically ignores hyphen at end of line, and allows whitespace in search term to match on newline char. Since: 21.05.0.

WHOLE_WORDS_ONLY: number

search only whole words