ShapeFont

Overview

ShapeFont is a class in Aspose.Cells FOSS for Python.

Font properties for text inside a shape.

Properties

NameTypeAccessDescription
name``ReadGets or sets the font family name for the shape’s text
size``ReadGets or sets the font size (points) applied to the shape’s text
bold``Read
italic``ReadGets or sets a boolean indicating whether the shape’s font is italic
underline``ReadGets or sets the underline style applied to the shape’s font
color``ReadGets or sets the font color for the shape, expressed as a hex string

Methods

SignatureDescription
__init__()
copy()Creates and returns a duplicate of the ShapeFont object

See Also