LineFormatCollection

LineFormatCollection

Overview

LineFormatCollection is a class in Aspose.Slides FOSS for Python. Inherits from: BaseCollection, ILineFormatCollection.

Represents the collection of line styles.

This class provides 2 methods for working with LineFormatCollection 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

NameTypeAccessDescription
as_i_collectionlistReadGets the as i collection.
as_i_enumerableAnyReadGets the as i enumerable.
lengthintReadReturns the number of elements.

Methods

SignatureDescription
as_i_collection()listProvides a list containing the line format items
as_i_enumerable()AnyExposes the collection as an enumerable for iteration

See Also