IPortionCollection

IPortionCollection — Aspose.Slides FOSS Python API Reference

Overview

IPortionCollection represents a collection of i portion objects. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.

Package: aspose.slides_foss


Description

IPortionCollection is a class in the Aspose.Slides FOSS library for Python that exposes 7 methods and 2 properties for programmatic use. It extends ABC, inheriting shared functionality from its parent type.

Core capabilities include: none; none; none. These operations enable developers to integrate iportioncollection functionality directly into Python applications.

Properties

PropertyTypeAccessDescription
countintRead-onlyThe count value.
as_i_enumerableAnyRead-onlyThe as_i_enumerable value.

Methods

MethodReturnsDescription
add()NoneAdds a to this collection.
index_of(item)intPerforms the index_of operation.
insert(index)NonePerforms the insert operation.
clear()NonePerforms the clear operation.
contains(item)boolPerforms the contains operation.
remove(item)boolRemoves the specified from this collection.
remove_at(index)NoneRemoves the specified _at from this collection.

See Also