Slide Class
Represents a presentation slide.
public sealed class Slide : AnimatableSlide
Public NotInheritable Class Slide
Inherits AnimatableSlide
- Inheritance:
- System.ObjectSlide
Properties
Comments
Gets the comments contained on this slide.
public CommentCollection Comments { get; }
Public ReadOnly Property Comments As CommentCollection
Property Value
The comments contained on this slide.
Notes
Gets or sets the notes for this slide.
This value can be set only to null. Setting this value to null will remove notes from the slide.
Property Value
The notes for this slide.
Remarks
Use AddNotes() method to add notes to the slide.
Exceptions
- System.ArgumentException
Argument is not null.
ParentTemplate
Gets the parent template LayoutSlide.
public LayoutSlide ParentTemplate { get; }
Public ReadOnly Property ParentTemplate As LayoutSlide
Property Value
The parent template LayoutSlide.
Visible
Gets or sets a value indicating whether this slide is visible during a slide show.
Default value is true.
Property Value
- System.Boolean
false if this slide is hidden; otherwise, true.
Methods
AddNotes()
Adds the notes slide to the current slide.
If the current slide already has notes, then the existing notes are returned.
Returns
Existing or newly added notes associated with the current slide.
Reset()
Resets all placeholders on the current Slide so they are the same as on the ParentTemplate LayoutSlide.
Inherited Properties
Background | Gets or sets the slide background. (Inherited from SlideObject) |
Content | Gets the slide's content in a form of a root GroupShape that groups all the Drawings contained on this slide. (Inherited from SlideObject) |
Presentation | Gets the presentation to which this slide belongs. (Inherited from SlideObject) |
ShowMasterShapes | Gets or sets a value indicating whether the shapes from the ParentTemplate should be shown on this slide. Default value is true. (Inherited from SlideObject) |
SlideId | Returns a unique ID number for the specified slide. (Inherited from AnimatableSlide) |
TextContent | Gets the text content of the current SlideObject. (Inherited from SlideObject) |
Transition | Gets the kind of slide transition that should be used to transition to the current slide from the previous slide. (Inherited from AnimatableSlide) |
Inherited Methods
ToString() | Returns a System.String that represents this SlideObject instance. (Inherited from SlideObject) |