IPortionCollection

IPortionCollection

Overview

IPortionCollection is a interface in Aspose.Slides FOSS for .NET.

Represents a collection of portions.

Properties

NameTypeAccessDescription
CountintReadGets the number of portions in the collection
AsIEnumerableIEnumerable<IPortion>ReadProvides an IEnumerable over the collection
IsReadOnlyboolRead

Methods

SignatureDescription
Add(value: IPortion)The portion to add.
IndexOf(item: IPortion)The zero-based index of the portion if found; otherwise, -1.
Insert(index: int, value: IPortion)The portion to insert.
Clear()Removes all portions from the collection
Contains(item: IPortion)true if the portion is found; otherwise, false.
Remove(item: IPortion)true if the portion was found and removed; otherwise, false.
RemoveAt(index: int)The zero-based index of the portion to remove.

See Also