INotesSlideHeaderFooterManager
Overview
INotesSlideHeaderFooterManager is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IBaseHandoutNotesSlideHeaderFooterManager.
Represents a manager for notes slide header and footer placeholders.
This interface provides 3 methods for working with INotesSlideHeaderFooterManager objects in .NET programs.
Available methods include: SetFooterText, SetFooterVisibility, SetSlideNumberVisibility.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: IsFooterVisible, IsSlideNumberVisible.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsFooterVisible | bool | Read | Gets a value indicating whether the footer placeholder is visible on the notes slide. |
IsSlideNumberVisible | bool | Read | Gets a value indicating whether the slide number placeholder is visible on the notes slide. |
Methods
| Signature | Description |
|---|---|
SetFooterVisibility(isVisible: bool) | Sets the visibility of the footer placeholder on the notes slide. |
SetFooterText(text: string) | Sets the text content of the footer placeholder. |
SetSlideNumberVisibility(isVisible: bool) | Sets the visibility of the slide number placeholder on the notes slide. |