ShapeFont
Overview
ShapeFont is a class in Aspose.Cells FOSS for Python.
Font properties for text inside a shape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | Gets or sets the font family name for the shape’s text |
size | `` | Read | Gets or sets the font size (points) applied to the shape’s text |
bold | `` | Read | |
italic | `` | Read | Gets or sets a boolean indicating whether the shape’s font is italic |
underline | `` | Read | Gets or sets the underline style applied to the shape’s font |
color | `` | Read | Gets or sets the font color for the shape, expressed as a hex string |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | Creates and returns a duplicate of the ShapeFont object |