NotesSlideHeaderFooterManager
Overview
NotesSlideHeaderFooterManager is a class in Aspose.Slides FOSS for .NET.
Inherits from: BaseHandoutNotesSlideHeaderFooterManager, INotesSlideHeaderFooterManager.
Manages visibility and text content of header, footer, date-time, and slide number placeholders on a notes slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsFooterVisible | bool | Read | Indicates whether the footer is currently visible |
IsDateTimeVisible | bool | Read | Indicates whether the date‑time is currently visible |
IsHeaderVisible | bool | Read | Indicates whether the header is currently visible |
IsSlideNumberVisible | bool | Read | Indicates whether the slide number is currently visible |
AsIBaseHandoutNotesSlideHeaderFooterManag | IBaseHandoutNotesSlideHeaderFooterManager | Read | Provides the IBaseHandoutNotesSlideHeaderFooterManager interface |
AsIBaseSlideHeaderFooterManager | IBaseSlideHeaderFooterManager | Read | Provides the IBaseSlideHeaderFooterManager interface |
AsIBaseHeaderFooterManager | IBaseHeaderFooterManager | Read | Provides the IBaseHeaderFooterManager interface |
Methods
| Signature | Description |
|---|---|
SetFooterVisibility(isVisible: bool) | true to make the footer visible; false to remove it. |
SetDateTimeVisibility(isVisible: bool) | true to make the date-time visible; false to remove it. |
SetHeaderVisibility(isVisible: bool) | true to make the header visible; false to remove it. |
SetSlideNumberVisibility(isVisible: bool) | true to make the slide number visible; false to remove it. |
SetFooterText(text: string) | The text to assign to the footer placeholder. |
SetDateTimeText(text: string) | The text to assign to the date-time placeholder. |
SetHeaderText(text: string) | The text to assign to the header placeholder. |