IPortionCollection

General

IPortionCollection és una interfície en Aspose.Slides per a NET.

Representa una col·lecció de porcions.

Propietats

NameTypeAccessDescription
CountintReadGets the number of IPortion items in the collection
AsIEnumerableIEnumerable<IPortion>ReadProvides an IEnumerable for iterating the collection
IsReadOnlyboolReadIndicates whether the collection cannot be modified

Mètodes

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 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.
 Català