PortionCollection

PortionCollection — Aspose.Slides FOSS Python API Reference

PortionCollection — Represents a collection of portion objects. Inherits from: BaseCollection.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
countintRead-only
is_read_onlyboolRead-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