ListLevelCollection module

class ListLevelCollection.ListLevelCollection

Bases: DocumentSerializableCollection

Represents a collection of list formatting for each level in a list.

get_Item(index: int) ListLevel

Gets the ListLevel at the specified index.

Parameters:

index (int) – The index of the ListLevel.

Returns:

The ListLevel at the specified index.

Return type:

ListLevel