IPortionCollection
General
IPortionCollection és una interfície en Aspose.Slides per a NET.
Representa una col·lecció de porcions.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of IPortion items in the collection |
AsIEnumerable | IEnumerable<IPortion> | Read | Provides an IEnumerable |
IsReadOnly | bool | Read | Indicates whether the collection cannot be modified |
Mètodes
| 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 IPortion objects 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. |