Font
Opinie generală
Font este o clasă în Aspose.Cells pentru Python.
Reprezintă setările de font pentru o celulă sau un interval de celule.
Metode de evaluare
| 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. |