API Reference
Class
PowerPointCustomShow
Represents an editable named slide sequence in a PowerPoint presentation.
Inheritance
- Object
- PowerPointCustomShow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PowerPointCustomShow.AddSlide
- Method PowerPointCustomShow.InsertSlide
- Method PowerPointCustomShow.MoveSlide
- Method PowerPointCustomShow.SetSlides
- Method PowerPointPresentation.AddCustomShow
- Method PowerPointPresentation.GetCustomShow
- Method PowerPointPresentation.RenameCustomShow
- Property PowerPointPresentation.CustomShows
Accepted by parameters
Methods
public PowerPointCustomShow AddSlide(PowerPointSlide slide) #Returns:
PowerPointCustomShowAdds a slide to the end of the custom show.
Parameters
- slide OfficeIMO.PowerPoint.PowerPointSlide
public PowerPointCustomShow InsertSlide(Int32 index, PowerPointSlide slide) #Returns:
PowerPointCustomShowInserts a slide at the specified zero-based custom-show position.
Parameters
- index System.Int32
- slide OfficeIMO.PowerPoint.PowerPointSlide
public PowerPointCustomShow MoveSlide(Int32 sourceIndex, Int32 destinationIndex) #Returns:
PowerPointCustomShowMoves a slide between zero-based custom-show positions.
Parameters
- sourceIndex System.Int32
- destinationIndex System.Int32
public Boolean RemoveSlide(PowerPointSlide slide) #Returns:
BooleanRemoves the first matching slide from the custom show.
Parameters
- slide OfficeIMO.PowerPoint.PowerPointSlide
public PowerPointCustomShow SetSlides(IEnumerable<PowerPointSlide> slides) #Returns:
PowerPointCustomShowReplaces the custom-show slide sequence.
Parameters
- slides System.Collections.Generic.IEnumerable{OfficeIMO.PowerPoint.PowerPointSlide}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object