RichStyle

Overview

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

The resolved style of a text run.

Properties: align, bold, color, italic, size.

Properties

NameTypeAccessDescription
sizefloatReadGets the size.
colorstrReadGets the color.
boldboolReadGets the bold.
italicboolReadGets the italic.
alignintReadGets the align.

See Also