SlideObjectCollectionTSlide Methods |
The SlideObjectCollectionTSlide generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds a T to the end of the collection.
(Inherited from CollectionT.) |
![]() | AddClone(TSlide) |
Adds a clone of the source TSlide to the end of the collection. Clone will be formatted using the destination theme.
|
![]() | AddClone(TSlide, CloneContext) |
Adds a clone of the source TSlide to the end of the collection.
|
![]() | Clear |
Removes all Ts from the collection.
(Inherited from CollectionT.) |
![]() | Contains |
Determines whether a T is in the collection.
(Inherited from CollectionT.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from CollectionT.) |
![]() | IndexOf |
Searches for the specified T and returns the zero-based index of the first occurrence within the entire collection.
(Inherited from CollectionT.) |
![]() | Insert |
Inserts a T to the collection at the specified index.
(Inherited from CollectionT.) |
![]() | InsertClone(Int32, TSlide) |
Inserts a clone of the source TSlide to the collection at the specified index. Clone will be formatted using the destination theme.
|
![]() | InsertClone(Int32, TSlide, CloneContext) |
Inserts a clone of the source TSlide to the collection at the specified index.
|
![]() | Remove |
Removes the first occurrence of a specific T from the collection.
(Inherited from CollectionT.) |
![]() | RemoveAt |
Removes the T at the specified index of the collection.
(Inherited from CollectionT.) |