Font
Общ преглед
Font е клас в Aspose.Cells за Python.
Представя настройките за шрифт в клетка или диапазон от клетки.
Методи за изчисляване на данните
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | Gets the name. |
size | `` | Read | Gets the size. |
color | `` | Read | Gets the color. |
bold | `` | Read | Gets the bold. |
italic | `` | Read | Gets the italic. |
underline | `` | Read | Gets the underline. |
strikethrough | `` | Read | Gets the strikethrough. |
| Signature | Description |
|---|---|
__init__(name, size, color, bold, italic, underline, strikethrough) | Initializes a new instance of the Font class. |