IParagraphCollection — Aspose.Slides FOSS C# (.NET) API Reference
IParagraphCollection — IParagraphCollection API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write | |
AsISlideComponent | ISlideComponent | Read/Write | |
AsIEnumerable | IEnumerable<IParagraph> | Read/Write | |
IsReadOnly | bool | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Add(IParagraph value) | void | The paragraph to add. |
Insert(int index, IParagraph value) | void | The paragraph to insert. |
Clear() | void | |
RemoveAt(int index) | void | The zero-based index of the paragraph to remove. |
Remove(IParagraph item) | void | true if the paragraph was found and removed; otherwise, false. |
Contains(IParagraph item) | void | true if the paragraph is found; otherwise, false. |
IndexOf(IParagraph item) | void | The zero-based index of the paragraph if found; otherwise, -1. |