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:
- System.ObjectMasterNotesSlide
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) |
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) |