Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}The [Slides|Slides] class represents the set of slides in a PowerPoint presentation. This object is used to manage \(add, copy, remove, etc.\) the slides in the presentation To return a {{Slides}} object, use [Presentation.Slides|Presentation.Slides].{excerpt}
{signature:C#}
[DefaultMember("Item")]
 public sealed class Slides : System.Collections.Generic.IEnumerable<Slide>
{signature}{signature:vb.net}
<DefaultMember("Item")> _
	Public NotInheritable Class Slides
		Implements System.Collections.Generic.IEnumerable(Of Slide)
{signature}
{properties}
||Name||Description||
|[Count|Slides.Count]|{excerpt-include:Slides.Count|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int)|Slides.Item(Int)]|{excerpt-include:Slides.Item(Int)|nopanel=true}|
{methods}
||Name||Description||
|[CopySlide(Slide, Int)|Slides.CopySlide(PowerPointWriter.Slide, Int)]|{excerpt-include:Slides.CopySlide(PowerPointWriter.Slide, Int)|nopanel=true}|
|[Delete(Int)|Slides.Delete(Int)]|{excerpt-include:Slides.Delete(Int)|nopanel=true}|
|[GetEnumerator()|Slides.GetEnumerator()]|{excerpt-include:Slides.GetEnumerator()|nopanel=true}|