IParagraphCollection

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


Properties

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

Methods

MethodReturnsDescription
add()intAdds a paragraph to this collection and returns its index.
insert(index)NonePerforms the insert operation.
clear()NonePerforms the clear operation.
remove_at(index)NoneRemoves the specified _at from this collection.
remove(item)boolRemoves the specified from this collection.

See Also