IPortionCollection
Overview
IPortionCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of portions.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of portions in the collection |
AsIEnumerable | IEnumerable<IPortion> | Read | Provides an IEnumerable |
IsReadOnly | bool | Read |
Methods
| Signature | Description |
|---|---|
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. |