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

NameTypeAccessDescription
TextstringRead/WriteGets the text.
Yfloat64Read/WriteGets the y.
Fragments[]TextFragmentRead/WriteGets the fragments.

See Also