TextLine
Overview
TextLine is a type in Aspose.PDF FOSS for Go.
TextLine represents a horizontal line of text fragments at a common Y position.
Properties: Fragments, Text, Y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Text | string | Read/Write | Gets the text. |
Y | float64 | Read/Write | Gets the y. |
Fragments | []TextFragment | Read/Write | Gets the fragments. |