ShapeFont

Overview

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

Font properties for text inside a shape.

This class provides 2 methods for working with ShapeFont objects in Python programs. Available methods include: __init__, copy. All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: bold, color, italic, name, size, underline.

Properties

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

Methods

SignatureDescription
__init__()
copy()

See Also