TextMatch
Overview
TextMatch is a interface in Aspose.PDF FOSS for TypeScript.
A positioned text match.
Properties: hits, quads, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | : string | Read | The matched substring of the assembled page text. |
quads | : Rect[] | Read | Device-space boxes [x0,y0,x1,y1], one per line the match covers. |
hits | : GlyphEvent[] | Read | Glyph events that produced the match, in reading order. |