NotesSlide Class
Represents a notes slide associated with a Slide.
public sealed class NotesSlide : SlideObject
Public NotInheritable Class NotesSlide
Inherits SlideObject
- Inheritance:
- System.ObjectNotesSlide
Properties
ParentTemplate
Gets the parent template MasterNotesSlide.
public MasterNotesSlide ParentTemplate { get; }
Public ReadOnly Property ParentTemplate As MasterNotesSlide
Property Value
The parent template MasterNotesSlide.
Slide
Gets the slide associated with this notes slide.
Property Value
The slide associated with this notes slide.
Methods
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) |
TextContent | Gets the text content of the current SlideObject. (Inherited from SlideObject) |
Inherited Methods
ToString() | Returns a System.String that represents this SlideObject instance. (Inherited from SlideObject) |