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

NameTypeAccessDescription
fill_type``ReadGets the fill type.
fore_color``ReadGets the fore color.
transparency``ReadGets the transparency.

Methods

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

See Also