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
Description

Excerpt

The 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.

Signature
C#
C#
[DefaultMember("Item")]
 public sealed class Slides : System.Collections.Generic.IEnumerable<Slide>
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class Slides
		Implements System.Collections.Generic.IEnumerable(Of Slide)
Properties

Name

Description

Count

Excerpt Include
Slides.Count
Slides.Count
nopaneltrue
Indexers

Name

Description

Item(Int)

Excerpt Include
Slides.Item(Int)
Slides.Item(Int)
nopaneltrue
Methods

Name

Description

CopySlide(Slide, Int)

Excerpt Include
Slides.CopySlide(PowerPointWriter.Slide, Int)
Slides.CopySlide(PowerPointWriter.Slide, Int)
nopaneltrue

Delete(Int)

Excerpt Include
Slides.Delete(Int)
Slides.Delete(Int)
nopaneltrue

GetEnumerator()

Excerpt Include
Slides.GetEnumerator()
Slides.GetEnumerator()
nopaneltrue