TextBlock
Overview
TextBlock is a interface in Aspose.PDF FOSS for TypeScript.
A paragraph-like cluster of consecutive lines, ordered top-to-bottom.
Properties: lines, quad, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | : string | Read | The block’s lines joined with ‘\n’. |
quad | : [number, number, number, number] | Read | Page-space bounding box [x0,y0,x1,y1] of the block’s lines. |
lines | : TextLine[] | Read | Gets the lines. |