TextMatch

Overview

TextMatch is a interface in Aspose.PDF FOSS for TypeScript.

A positioned text match.

Properties: hits, quads, text.

Properties

NameTypeAccessDescription
text: stringReadThe matched substring of the assembled page text.
quads: Rect[]ReadDevice-space boxes [x0,y0,x1,y1], one per line the match covers.
hits: GlyphEvent[]ReadGlyph events that produced the match, in reading order.