ParagraphCollection

ParagraphCollection — Aspose.Slides FOSS C# (.NET) API Reference

ParagraphCollection — ParagraphCollection API type. Inherits from: ISlideComponent, IParagraphCollection, IEnumerable<IParagraph>.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
SlideIBaseSlide?Read/Write
PresentationIPresentation?Read/Write
AsIPresentationComponentIPresentationComponentRead/Write
AsISlideComponentISlideComponentRead/Write
AsIEnumerableIEnumerable<IParagraph>Read/Write
CountintRead/Write
IsReadOnlyboolRead/Write

Methods

MethodReturnsDescription
GetParagraphs()voidA 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

See Also