FillFormatCollection
Overview
FillFormatCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseCollection, IFillFormatCollection.
Represents the collection of fill styles.
This class provides 2 methods for working with FillFormatCollection objects in Python programs.
Available methods include: as_i_collection, as_i_enumerable.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_collection, as_i_enumerable, length.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | Gets the as i collection. |
as_i_enumerable | Any | Read | Gets the as i enumerable. |
length | int | Read | Returns the number of elements. |
Methods
| Signature | Description |
|---|---|
as_i_collection() → list | Provides the fill formats as a Python list |
as_i_enumerable() → Any | Provides the fill formats as a generic enumerable object |