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
| Name | Type | Access | Description |
|---|---|---|---|
size | float | Read | Gets the size. |
color | str | Read | Gets the color. |
bold | bool | Read | Gets the bold. |
italic | bool | Read | Gets the italic. |
align | int | Read | Gets the align. |