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

NameTypeAccessDescription
runstuple[InlineTextFragment, ...]ReadGets the runs.
xfloatReadGets the x.
yfloatReadGets the y.
widthfloatReadGets the width.
heightfloatReadGets the height.
baselinefloatReadGets the baseline.

See Also