LayoutLine

Overview

LayoutLine is a class in Aspose.PDF FOSS for Python.

One visual line with logical replacement text and shaped glyphs.

Properties: actual_text, base_direction, glyphs, text, width.

Properties

NameTypeAccessDescription
textstrReadGets the text.
actual_textstrReadGets the actual text.
glyphstuple[GlyphPlacement, ...]ReadGets the glyphs.
widthfloatReadGets the width.
base_directionstrReadGets the base direction.

See Also