ParagraphCollection — Aspose.Slides FOSS C# (.NET) API Reference
ParagraphCollection — ParagraphCollection API type. Inherits from: ISlideComponent, IParagraphCollection, IEnumerable<IParagraph>.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Slide | IBaseSlide? | Read/Write | |
Presentation | IPresentation? | Read/Write | |
AsIPresentationComponent | IPresentationComponent | Read/Write | |
AsISlideComponent | ISlideComponent | Read/Write | |
AsIEnumerable | IEnumerable<IParagraph> | Read/Write | |
Count | int | Read/Write | |
IsReadOnly | bool | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
GetParagraphs() | void | A list of paragraphs read from the XML. |
Add(IParagraph value) | void | |
Insert(int index, IParagraph value) | void | |
Clear() | void | |
RemoveAt(int index) | void | |
Remove(IParagraph item) | void | |
Contains(IParagraph item) | void | |
IndexOf(IParagraph item) | void | |
GetEnumerator() | void |