Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
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}{signature:vb.net
vb.net
}
<DefaultMember("Item")> _
	Public NotInheritable Class Slides
		Implements System.Collections.Generic.IEnumerable(Of Slide)
Properties

...

Name

...

Description

...

Count

{signature}
{properties}
||Name||Description||
|[Count|Slides.Count]|{excerpt-include

...

:Slides.Count

...

Indexers

...

Name

...

Description

|nopanel=true}|
{indexers}
||Name||Description||
|[Item(Int)

...

|Slides.Item(Int)

...

]|{excerpt-include:Slides.Item(Int)

...

|nopanel

...

Methods

...

Name

...

Description

=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}|