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

NameTypeAccessDescription
name``ReadGets the name.
size``ReadGets the size.
color``ReadGets the color.
bold``ReadGets the bold.
italic``ReadGets the italic.
underline``ReadGets the underline.
strikethrough``ReadGets the strikethrough.

Methods

SignatureDescription
__init__(name, size, color, bold, italic, underline, strikethrough)Initializes a new instance of the Font class.

See Also