IParagraphCollection

IParagraphCollection — Aspose.Slides FOSS Python API Reference

IParagraphCollection — Represents a collection of i paragraph objects.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
countintRead-only
as_i_slide_componentISlideComponentRead-only
as_i_enumerableAnyRead-only

Methods

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

See Also