Class Index

Classes


Namespace CoreControls.DocumentViewer.SearchResults

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The code indicating the reason that the search process concluded.
Field Summary
Field Attributes Field Name and Description
 
The text surrounding the result string.
 
The page number which the search was conducted on.
 
A list of Quads, representing the bounding box(es) of the found text.
 
The found text.
 
The index in ambient string where the result string end.
 
The index in ambient string where the result string starts.
 
The reason the search completed.
Namespace Detail
CoreControls.DocumentViewer.SearchResults
The code indicating the reason that the search process concluded.
Field Detail
{string} ambient_str
The text surrounding the result string.

{number} page_num
The page number which the search was conducted on.

{Object} quads
A list of Quads, representing the bounding box(es) of the found text. Useful for highlighting the text.

{string} result_str
The found text.

{number} result_str_end
The index in ambient string where the result string end.

{number} result_str_start
The index in ambient string where the result string starts.

{number} resultCode
The reason the search completed.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Apr 20 2015 14:53:18 GMT-0700 (PDT)