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
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | Gets the name. |
size | `` | Read | Gets the size. |
bold | `` | Read | Gets the bold. |
italic | `` | Read | Gets the italic. |
underline | `` | Read | Gets the underline. |
color | `` | Read | Gets the color. |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() |