Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 867 Bytes

File metadata and controls

36 lines (24 loc) · 867 Bytes

title: TextParagraphCollection class second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 120 url: /aspose.cells.drawing.texts/textparagraphcollection/ is_root: false

TextParagraphCollection class

Represents all text paragraph.

The TextParagraphCollection type exposes the following members:

Properties

Property Description
count Gets the count of text paragraphs.

Gets the TextParagraph object at specific index.

Indexer

Name Description
[index] The index.

See Also