PortionCollection Class |
Namespace: Aspose.Slides
The PortionCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements actually contained in the collection.
Read-only Int32.
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
Read-only Boolean.
|
![]() | Item |
Gets the element at the specified index.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds a Portion to the end of collection.
|
![]() | Clear |
Removes all elements from the collection.
|
![]() | Contains |
Determines whether the ICollectionT contains a specific value.
|
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item in the IListT.
|
![]() | Insert |
Inserts a Portion into the collection at the specified index.
|
![]() | Remove |
Removes the first occurrence of a specific object from the ICollectionT.
|
![]() | RemoveAt |
Removes the element at the specified index of the collection.
|
![]() | ToString | (Inherited from Object.) |