Font
Přehled
Font je třída v Aspose.Cells pro Python.
Zobrazuje nastavení písma pro buňku nebo rozsah buněk.
Metody
| 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. |