LineFragment
Overview
LineFragment is a class in Aspose.Html FOSS for Python.
Single inline formatting context line box.
Properties: baseline, height, runs, width, x, y.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
runs | tuple[InlineTextFragment, ...] | Read | Gets the runs. |
x | float | Read | Gets the x. |
y | float | Read | Gets the y. |
width | float | Read | Gets the width. |
height | float | Read | Gets the height. |
baseline | float | Read | Gets the baseline. |