ParagraphCollection

ParagraphCollection — Aspose.Slides FOSS Python API Reference

ParagraphCollection — Represents a collection of paragraph objects. Inherits from: BaseCollection.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
countintRead-only
is_read_onlyboolRead-only
as_i_slide_componentISlideComponentRead-only
as_i_enumerableAnyRead-only
slideIBaseSlideRead-only
as_i_presentation_componentIPresentationComponentRead-only
presentationIPresentationRead-only

Methods

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

See Also