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

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

#include <text.h>

Inheritance diagram for JawsMako::ITextSelect:

Public Member Functions

virtual String getTextAtRect (const FRect &pageArea, eLanguageType language=eLTArabic) const =0
 Return the unicode string located within the bounds of 'pageArea', using the specified 'language' unicode helper. Result will be empty if no string is found.
 
virtual CFPointVect selectArea (const FRect &pageArea, String *selectedText) const =0
 Return quadpoint data covering all text within the specified page area, optionally returning the actual text as well.
 
virtual CFPointVect selectLines (const FPoint &startPoint, const FPoint &endPoint, String *selectedText) const =0
 Return quadpoint data covering all text within the specified page start/end points, optionally returning the actual text as well.
 
- 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 ITextSelectPtr create (IEDLClassFactory *factory, const IPageLayoutPtr &pageLayout)
 Creation function for an ITextSelect that performs text selection 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 selection using the page information obtained from an IPageLayout.

Member Function Documentation

◆ create()

static JAWSMAKO_API ITextSelectPtr JawsMako::ITextSelect::create ( IEDLClassFactory * factory,
const IPageLayoutPtr & pageLayout )
static

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

Parameters
factoryThe factory to use
pageLayoutThe page layout to use
Returns
ITextSelectPtr The new text selector

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