DocTextFinderMatch Class Documentation

classDocTextFinderMatch

Namespace:com::datalogics::PDFL

Detailed Description

A phrase in the document that matched the supplied regular expression along with its associated quad bounding box(es).

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getMatchString

StringgetMatchString()

Returns:

The matched text string from the document.

Gets the text string that matched the regular expression.

getQuadInfo

Returns:

A list of DocTextFinderQuadInfo objects describing where the match is located.

Gets the quad info and page numbers for the matched text. Each DocTextFinderQuadInfo in the returned list contains the page number and bounding box quads for a portion of the matched text.