ParagraphItemCollection module

class ParagraphItemCollection.ParagraphItemCollection

Bases: DocumentObjectCollection

Represents a collection for Paragraph child items.

get_Item(index: int) ParagraphBase

Get the item at the specified index.

Parameters:

index – The index of the item.

Returns:

The item at the specified index.