7#ifndef CSEARCHMATCH_INTERFACE_H
9#define CSEARCHMATCH_INTERFACE_H
Interface for TObjPtrArray wrapper.
IDRS_RECT CSearchMatch_GetBoundingBox(const CSearchMatch argCSearchMatch, idrs_exception *pargException)
Gets the coordinates of the part on the page.
const idrs_string CSearchMatch_GetIdentifier(const CSearchMatch argCSearchMatch, idrs_exception *pargException)
Retrieves the identifier of the matched search context.
unsigned int CSearchMatch_GetPageIndex(const CSearchMatch argCSearchMatch, idrs_exception *pargException)
Gets the 0-based index of the page where the part is located.
const CSearchMatch CSearchMatch_GetFollower(const CSearchMatch argCSearchMatch, idrs_exception *pargException)
Gets the follower match for this match available in case of chained search.
CSearchMatchArray ArrayInterface_Create_CSearchMatchArray(idrs_exception *pargException)
Creates a new CSearchMatchArray object.
const idrs_string CSearchMatch_GetFormattedText(const CSearchMatch argCSearchMatch, idrs_exception *pargException)
Gets a formatted version of the matched text. Formatting includes:
const idrs_string CSearchMatch_GetRawText(const CSearchMatch argCSearchMatch, idrs_exception *pargException)
Gets the matched text as written on the page.
Represents a potential match for a given search.
Class that handles a string of characters.
Interface for idrs_string wrapper.
Structure that defines the upper-left and lower-right corners of a rectangle.
Definition idrsstd_interface.h:60