InlineTextFragment

InlineTextFragment

Overview

InlineTextFragment is a class in Aspose.Html FOSS for Python.

Positioned inline text fragment for a single shaped run.

Properties: baseline, height, run, width, x, y.

Properties

NameTypeAccessDescription
runShapedRunReadGets the run.
xfloatReadGets the x.
yfloatReadGets the y.
widthfloatReadGets the width.
heightfloatReadGets the height.
baselinefloatReadGets the baseline.

See Also