IParagraphCollection

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

IParagraphCollection — IParagraphCollection API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
CountintRead/Write
AsISlideComponentISlideComponentRead/Write
AsIEnumerableIEnumerable<IParagraph>Read/Write
IsReadOnlyboolRead/Write

Methods

MethodReturnsDescription
Add(IParagraph value)voidThe paragraph to add.
Insert(int index, IParagraph value)voidThe paragraph to insert.
Clear()void
RemoveAt(int index)voidThe zero-based index of the paragraph to remove.
Remove(IParagraph item)voidtrue if the paragraph was found and removed; otherwise, false.
Contains(IParagraph item)voidtrue if the paragraph is found; otherwise, false.
IndexOf(IParagraph item)voidThe zero-based index of the paragraph if found; otherwise, -1.

See Also