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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsFooterVisible | bool | Read | Gets a Boolean indicating if the notes slide footer is currently visible |
IsSlideNumberVisible | bool | Read | Gets a Boolean indicating if the slide number is visible on the notes slide |
Methods
| Signature | Description |
|---|---|
SetFooterVisibility(isVisible: bool) | true to make the footer visible; false to remove it. |
SetFooterText(text: string) | The text to assign to the footer placeholder. |
SetSlideNumberVisibility(isVisible: bool) | true to make the slide number visible; false to remove it. |