Perform text searching using the page information obtained from an IPageLayout.
More...
#include <text.h>
|
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'.
|
|
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.
|
|
|
virtual | ~IRCObject () |
| Virtual destructor.
|
|
Perform text searching using the page information obtained from an IPageLayout.
◆ 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
-
factory | The factory to use |
pageLayout | The page layout to use |
- Returns
- ITextSearchPtr The new text searcher
The documentation for this class was generated from the following file: