MsoFillFormat
Overview
MsoFillFormat is a class in Aspose.Cells FOSS for Python.
Fill format properties for a shape.
This class provides 2 methods for working with MsoFillFormat 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: fill_type, fore_color, transparency.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fill_type | `` | Read | Gets the fill type. |
fore_color | `` | Read | Gets the fore color. |
transparency | `` | Read | Gets the transparency. |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | Creates a duplicate of the fill format object |