Class Index

Classes


Namespace CoreControls.DocumentViewer.SearchMode

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Search modes that control how searching is conducted.
Field Summary
Field Attributes Field Name and Description
 
If set, the characters surrounding the found term will be included.
 
If set, the found text must match the case of the search term.
 
If set, the bounding box the found term will be included.
 
If set, the search will return with a result code of Page at the end of every page.
 
If set, the document pages will be searched in descending order, from bottom to top.
 
If set, the found text must be a whole word (preceeded and followed by a non-alphabetical character, or in the case of a number, a non-numerical character.
Namespace Detail
CoreControls.DocumentViewer.SearchMode
Search modes that control how searching is conducted.
Field Detail
{number} e_ambient_string
If set, the characters surrounding the found term will be included. This gives context to the search result may be useful when providing a list of search results.

{number} e_case_sensitive
If set, the found text must match the case of the search term.

{number} e_highlight
If set, the bounding box the found term will be included. Useful for highlighting text and positioning the page.

{number} e_page_stop
If set, the search will return with a result code of Page at the end of every page. Useful for updating the UI.

{number} e_search_up
If set, the document pages will be searched in descending order, from bottom to top.

{number} e_whole_word
If set, the found text must be a whole word (preceeded and followed by a non-alphabetical character, or in the case of a number, a non-numerical character.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:37 GMT-0700 (PDT)