:right-sidebar: True FindOptions =================================================================== .. currentmodule:: gi.repository.WebKit .. class:: FindOptions :no-contents-entry: Enum values used to specify search options. Fields ------ .. rst-class:: interim-class .. class:: FindOptions :no-index: .. attribute:: AT_WORD_STARTS Search text only at the begining of the words. .. attribute:: BACKWARDS Search backwards. .. attribute:: CASE_INSENSITIVE Case insensitive search. .. attribute:: NONE No search flags, this means a case sensitive, no wrap, forward only search. .. attribute:: TREAT_MEDIAL_CAPITAL_AS_WORD_START Treat capital letters in the middle of words as word start. .. attribute:: WRAP_AROUND If not present search will stop at the end of the document.