Font
Overview
Font is a class in Aspose.Cells FOSS for Python.
Represents font settings for a cell or range of cells.
This class provides 1 method for working with Font objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: bold, color, italic, name, size, strikethrough, and 1 more.
Properties
| 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. |
Methods
| Signature | Description |
|---|---|
__init__(name, size, color, bold, italic, underline, strikethrough) | Initializes a new instance of the Font class. |