MasterNotesSlide Class
Represents a master notes slide - a template for all the NotesSlides in the presentation.
public sealed class MasterNotesSlide : SlideObject
Public NotInheritable Class MasterNotesSlide
Inherits SlideObject
- Inheritance:
- MasterNotesSlide
Properties
HeaderFooter
Gets the header and footer.
public HeaderFooter HeaderFooter { get; }
Public ReadOnly Property HeaderFooter As HeaderFooter
Property Value
The header and footer.
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) |
ParentTemplate | Gets the parent template SlideObject or null if this SlideObject is master slide. (Inherited from SlideObject) |
TextContent | Gets the text content of the current SlideObject. (Inherited from SlideObject) |
Inherited Methods
ToString() | Returns a String that represents this SlideObject instance. (Inherited from SlideObject) |