PortionCollection Class

Represents a collection of portions.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesPortionCollection

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class PortionCollection : IPortionCollection, 
	IEnumerable<IPortion>, IEnumerable

The PortionCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements actually contained in the collection. Read-only Int32.
Public propertyIsReadOnly
Public propertyItem
Gets the element at the specified index.
Methods
  NameDescription
Public methodAdd
Adds a Portion to the end of collection.
Public methodClear
Removes all elements from the collection.
Public methodContains
Public methodCopyTo
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Public methodInsert
Inserts a Portion into the collection at the specified index.
Public methodRemove
Public methodRemoveAt
Removes the element at the specified index of the collection.
Public methodToString (Inherited from Object.)
See Also