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. |