LayoutSlideCollection Class |
Namespace: GemBox.Presentation
The LayoutSlideCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of LayoutSlides contained in the collection.
|
![]() | ItemInt32 |
Gets or sets the LayoutSlide at the specified index.
|
![]() | ItemString |
Gets the LayoutSlide with the specified name, if found; otherwise, .
|
![]() | ItemSlideLayoutType |
Gets the LayoutSlide with the specified type of layout, if found; otherwise, .
|
Name | Description | |
---|---|---|
![]() | Add |
Adds a LayoutSlide to the end of the collection.
|
![]() | AddClone(LayoutSlide) |
Adds a clone of the source LayoutSlide to the end of the collection. Clone will be formatted using the destination theme.
|
![]() | AddClone(LayoutSlide, CloneContext) |
Adds a clone of the source LayoutSlide to the end of the collection.
|
![]() | AddNew |
Adds a new LayoutSlide with the specified type of layout to the end of the collection.
|
![]() | Clear |
Removes all LayoutSlides from the collection.
|
![]() | Contains |
Determines whether a LayoutSlide is in the collection.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the LayoutSlideCollection.
|
![]() | IndexOf |
Searches for the specified LayoutSlide and returns the zero-based index of the first occurrence within the entire collection.
|
![]() | Insert |
Inserts a LayoutSlide to the collection at the specified index.
|
![]() | InsertClone(Int32, LayoutSlide) |
Inserts a clone of the source LayoutSlide to the collection at the specified index. Clone will be formatted using the destination theme.
|
![]() | InsertClone(Int32, LayoutSlide, CloneContext) |
Inserts a clone of the source LayoutSlide to the collection at the specified index.
|
![]() | InsertNew |
Inserts a new LayoutSlide with the specified type of layout to the collection at the specified index.
|
![]() | Remove |
Removes the first occurrence of a specific LayoutSlide from the collection.
|
![]() | RemoveAt |
Removes the LayoutSlide at the specified index of the collection.
|