INotesSlideHeaderFooterManager

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

NameTypeAccessDescription
IsFooterVisibleboolReadGets a Boolean indicating if the notes slide footer is currently visible
IsSlideNumberVisibleboolReadGets a Boolean indicating if the slide number is visible on the notes slide

Methods

SignatureDescription
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.

See Also