IPortionCollection

IPortionCollection — Aspose.Slides FOSS Python API Reference

IPortionCollection — Represents a collection of i portion objects.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
countintRead-only
as_i_enumerableAnyRead-only

Methods

MethodReturnsDescription
add()None
index_of(item)int
insert(index)None
clear()None
contains(item)bool
remove(item)bool
remove_at(index)None

See Also