DocTextFinderMatch Class Documentation
classDocTextFinderMatchNamespace:com::datalogics::PDFL
Detailed Description
A phrase in the document that matched the supplied regular expression along with its associated quad bounding box(es).
Referenced by
Uses types
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetMatchString
StringgetMatchString()Returns:
The matched text string from the document.Gets the text string that matched the regular expression.
getQuadInfo
java.util.List< DocTextFinderQuadInfo >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.