Mako 7.4.0 API
Loading...
Searching...
No Matches
JawsMako::ITextSearch Class Referenceabstract

Perform text searching using the page information obtained from an IPageLayout. More...

#include <text.h>

Inheritance diagram for JawsMako::ITextSearch:

Public Member Functions

virtual CFPointVectVect search (const String &targetText, CEDLStringVect &found, bool caseSensitive, bool ignoreSpaces) const =0
 Return a collection of quadpoint data covering all found text. Each entry in the CFPointVectVect represents a unique search 'hit'.
 
virtual CFPointVectVect search (const String &targetText, CEDLSysStringVect &found, bool caseSensitive, bool ignoreSpaces) const =0
 Return a collection of quadpoint data covering all found text. Each entry in the CFPointVectVect represents a unique search 'hit'.
 
- Public Member Functions inherited from IRCObject
virtual void addRef () const =0
 Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
 
virtual bool decRef () const =0
 Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
 
virtual int32 getRefCount () const =0
 Retrieve the current reference count of the actual object pointed to.
 

Static Public Member Functions

static JAWSMAKO_API ITextSearchPtr create (IEDLClassFactory *factory, const IPageLayoutPtr &pageLayout)
 Creation function for ITextSearch that performs text searching using page information obtained from an IPageLayout. Throws an IEDLError on failure.
 

Additional Inherited Members

- Protected Member Functions inherited from IRCObject
virtual ~IRCObject ()
 Virtual destructor.
 

Detailed Description

Perform text searching using the page information obtained from an IPageLayout.

Member Function Documentation

◆ create()

static JAWSMAKO_API ITextSearchPtr JawsMako::ITextSearch::create ( IEDLClassFactory * factory,
const IPageLayoutPtr & pageLayout )
static

Creation function for ITextSearch that performs text searching using page information obtained from an IPageLayout. Throws an IEDLError on failure.

Parameters
factoryThe factory to use
pageLayoutThe page layout to use
Returns
ITextSearchPtr The new text searcher

The documentation for this class was generated from the following file: