EvinceDocument.DocumentFind¶
- Implementations:
None
Methods¶
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class EvinceDocument.DocumentFind¶
- Bases:
- Structure:
- find_text(page, text, case_sensitive)¶
- Parameters:
page (
EvinceDocument.Page
) – anEvinceDocument.Page
text (
str
) – text to findcase_sensitive (
bool
) – whether to match the string case
- Returns:
a list of results
- Return type:
- find_text_extended(page, text, options)¶
- Parameters:
page (
EvinceDocument.Page
) – anEvinceDocument.Page
text (
str
) – text to findoptions (
EvinceDocument.FindOptions
) – a set ofEvinceDocument.FindOptions
- Returns:
a list of results
- Return type:
- find_text_with_options(page, text, options)¶
- Parameters:
page (
EvinceDocument.Page
) – anEvinceDocument.Page
text (
str
) – text to findoptions (
EvinceDocument.FindOptions
) – a set ofEvinceDocument.FindOptions
- Returns:
a list of results
- Return type:
- get_supported_options()¶
- Return type:
- do_find_text(page, text, case_sensitive) virtual¶
- Parameters:
page (
EvinceDocument.Page
) – anEvinceDocument.Page
text (
str
) – text to findcase_sensitive (
bool
) – whether to match the string case
- Returns:
a list of results
- Return type:
- do_find_text_extended(page, text, options) virtual¶
- Parameters:
page (
EvinceDocument.Page
) – anEvinceDocument.Page
text (
str
) – text to findoptions (
EvinceDocument.FindOptions
) – a set ofEvinceDocument.FindOptions
- Returns:
a list of results
- Return type:
- do_find_text_with_options(page, text, options) virtual¶
- Parameters:
page (
EvinceDocument.Page
) – anEvinceDocument.Page
text (
str
) – text to findoptions (
EvinceDocument.FindOptions
) – a set ofEvinceDocument.FindOptions
- Returns:
a list of results
- Return type:
- do_get_supported_options() virtual¶
- Return type: