IPortionCollection

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

IPortionCollection — IPortionCollection API type.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
CountintRead/Write
AsIEnumerableIEnumerable<IPortion>Read/Write
IsReadOnlyboolRead/Write

Methods

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

See Also