NotesSlideHeaderFooterManager

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

NameTypeAccessDescription
IsFooterVisibleboolReadIndicates whether the footer is currently visible
IsDateTimeVisibleboolReadIndicates whether the date‑time is currently visible
IsHeaderVisibleboolReadIndicates whether the header is currently visible
IsSlideNumberVisibleboolReadIndicates whether the slide number is currently visible
AsIBaseHandoutNotesSlideHeaderFooterManagIBaseHandoutNotesSlideHeaderFooterManagerReadProvides the IBaseHandoutNotesSlideHeaderFooterManager interface
AsIBaseSlideHeaderFooterManagerIBaseSlideHeaderFooterManagerReadProvides the IBaseSlideHeaderFooterManager interface
AsIBaseHeaderFooterManagerIBaseHeaderFooterManagerReadProvides the IBaseHeaderFooterManager interface

Methods

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

See Also