INotesSlideHeaderFooterManager

INotesSlideHeaderFooterManager — Aspose.Slides FOSS C# (.NET) API Reference

INotesSlideHeaderFooterManager — INotesSlideHeaderFooterManager API type. Inherits from: IBaseHandoutNotesSlideHeaderFooterManager.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
IsFooterVisibleboolRead/Write
IsSlideNumberVisibleboolRead/Write

Methods

MethodReturnsDescription
SetFooterVisibility(bool isVisible)voidtrue to make the footer visible; false to remove it.
SetFooterText(string text)voidThe text to assign to the footer placeholder.
SetSlideNumberVisibility(bool isVisible)voidtrue to make the slide number visible; false to remove it.

See Also