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

NameTypeAccessDescription
text: stringReadThe block’s lines joined with ‘\n’.
quad: [number, number, number, number]ReadPage-space bounding box [x0,y0,x1,y1] of the block’s lines.
lines: TextLine[]ReadGets the lines.