IPortionCollection — Aspose.Slides FOSS C# (.NET) API Reference
IPortionCollection — IPortionCollection API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write | |
AsIEnumerable | IEnumerable<IPortion> | Read/Write | |
IsReadOnly | bool | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
Add(IPortion value) | void | The portion to add. |
IndexOf(IPortion item) | void | The zero-based index of the portion if found; otherwise, -1. |
Insert(int index, IPortion value) | void | The portion to insert. |
Clear() | void | |
Contains(IPortion item) | void | true if the portion is found; otherwise, false. |
Remove(IPortion item) | void | true if the portion was found and removed; otherwise, false. |
RemoveAt(int index) | void | The zero-based index of the portion to remove. |