TextLine
Overview
TextLine is a interface in Aspose.PDF FOSS for TypeScript.
Properties: fragments, quad, styles, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | : string | Read | Gets the text. |
quad | : [number, number, number, number] | Read | Page-space bounding box [x0,y0,x1,y1] of the line’s fragments. |
fragments | : TextFragment[] | Read | Gets the fragments. |
styles | : StyleSpan[] | Read | Where the emphasis changes along text, or absent when nothing on the line is bold or italic — which is every line in the existing snapshots. |