INotesSlideHeaderFooterManager
General
INotesSlideHeaderFooterManager is a interface in Aspose.Slides for NET.
Inherits from: IBaseHandoutNotesSlideHeaderFooterManager.
INotesSlideHeaderFooterManager és una interfície en Aspose.Slides per a NET. Hereta de: ゚IBaseHandoutNotesSlideHeaderFooterManager⌒ .
Representa un gestor per als marcadors d’entratge i de peu de pàgina dels diapositius.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
IsFooterVisible | bool | Read | Indicates if the notes slide footer is currently visible |
IsSlideNumberVisible | bool | Read | Indicates if the slide number is currently visible on the notes slide |
Mètodes
| 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. |