TextBlockOptions
Overview
TextBlockOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for flowing wrapped text into a rectangle.
Properties: align, leading, rotate, valign.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
align | : 'left' | 'center' | 'right' | 'justify' | Read | Horizontal alignment of each line. |
rotate | : number | Read | Rotation in degrees, counter-clockwise about the rect’s origin (its bottom-left corner) — the block analogue of {@link StampOptions.rotate} turning about its anchor point. |
valign | : 'top' | 'center' | 'bottom' | Read | Vertical alignment of the laid block within the box. |
leading | : number | Read | Baseline-to-baseline distance in points. |