IParagraphCollection — Aspose.Slides FOSS Python API Reference
Overview
IParagraphCollection represents a collection of i paragraph 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
IParagraphCollection is a class in the Aspose.Slides FOSS library for Python that exposes 7 methods and 3 properties for programmatic use. It extends ISlideComponent and implements IPresentationComponent, ABC, inheriting shared functionality from its parent type.
Core capabilities include: islidecomponent; none; none. These operations enable developers to integrate iparagraphcollection functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
count | int | Read-only | The count value. |
as_i_slide_component | ISlideComponent | Read-only | The as_i_slide_component value. |
as_i_enumerable | Any | Read-only | The as_i_enumerable value. |
Methods
| Method | Returns | Description |
|---|---|---|
add() | int | Adds a paragraph to this collection and returns its index. |
insert(index) | None | Performs the insert operation. |
clear() | None | Performs the clear operation. |
remove_at(index) | None | Removes the specified _at from this collection. |
remove(item) | bool | Removes the specified from this collection. |