MsoFillFormat

Overview

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

Fill format properties for a shape.

Properties

NameTypeAccessDescription
fill_type``ReadGets or sets the type of fill applied (e.g., solid, gradient)
fore_color``ReadGets or sets the primary color of the fill
transparency``ReadGets or sets the fill’s opacity as a percentage

Methods

SignatureDescription
__init__()
copy()Creates a duplicate of the fill format object

See Also