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.
This class provides 7 methods for working with NotesSlideHeaderFooterManager objects in .NET programs.
Available methods include: SetDateTimeText, SetDateTimeVisibility, SetFooterText, SetFooterVisibility, SetHeaderText, SetHeaderVisibility, SetSlideNumberVisibility.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIBaseHandoutNotesSlideHeaderFooterManag, AsIBaseHeaderFooterManager, AsIBaseSlideHeaderFooterManager, IsDateTimeVisible, IsFooterVisible, IsHeaderVisible, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsFooterVisible | bool | Read | Gets a value indicating whether the footer placeholder is visible on the notes slide. |
IsDateTimeVisible | bool | Read | Gets a value indicating whether the date-time placeholder is visible on the notes slide. |
IsHeaderVisible | bool | Read | Gets a value indicating whether the header 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. |
AsIBaseHandoutNotesSlideHeaderFooterManag | IBaseHandoutNotesSlideHeaderFooterManager | Read | Gets this instance cast as IBaseHandoutNotesSlideHeaderFooterManager. |
AsIBaseSlideHeaderFooterManager | IBaseSlideHeaderFooterManager | Read | Gets this instance cast as IBaseSlideHeaderFooterManager. |
AsIBaseHeaderFooterManager | IBaseHeaderFooterManager | Read | Gets this instance cast as IBaseHeaderFooterManager. |
Methods
| Signature | Description |
|---|---|
SetFooterVisibility(isVisible: bool) | Sets the visibility of the footer placeholder on the notes slide. |
SetDateTimeVisibility(isVisible: bool) | Sets the visibility of the date-time placeholder on the notes slide. |
SetHeaderVisibility(isVisible: bool) | Sets the visibility of the header placeholder on the notes slide. |
SetSlideNumberVisibility(isVisible: bool) | Sets the visibility of the slide number placeholder on the notes slide. |
SetFooterText(text: string) | Sets the text content of the footer placeholder. |
SetDateTimeText(text: string) | Sets the text content of the date-time placeholder. |
SetHeaderText(text: string) | Sets the text content of the header placeholder. |