DocTextFinder Class Documentation

classDocTextFinder : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

A class used to extract words from a document using a regular expression.

Referenced by

Constructor & Destructor Documentation

DocTextFinder

DocTextFinder(DocTextFinderrhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

~DocTextFinder

~DocTextFinder()

Member Function Documentation

ConstructorRetrieve

static DocTextFinderConstructorRetrieve(System.IntPtrignored)

Parameters

ignored: System.IntPtr

Returns:

DocTextFinder

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

GetMatchList

System.Collections.Generic.IList< DocTextFinderMatch >GetMatchList(intbeginPageNumber, intendPageNumber, stringregexstr)

Parameters

beginPageNumber: int

the beginning page number included in the search.

endPageNumber: int

the ending page number included in the search.

regexstr: string

the regular expression to use for the search.

Returns:

a structure containing matching phrases along with its quads.

Finds all matching strings for a given regular expression for the specified page range. It returns a vector containing words along with the page and matching phrase that was found.