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
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | Gets the text. |
actual_text | str | Read | Gets the actual text. |
glyphs | tuple[GlyphPlacement, ...] | Read | Gets the glyphs. |
width | float | Read | Gets the width. |
base_direction | str | Read | Gets the base direction. |