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.

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

NameTypeAccessDescription
IsFooterVisibleboolReadGets a value indicating whether the footer placeholder is visible on the notes slide.
IsDateTimeVisibleboolReadGets a value indicating whether the date-time placeholder is visible on the notes slide.
IsHeaderVisibleboolReadGets a value indicating whether the header placeholder is visible on the notes slide.
IsSlideNumberVisibleboolReadGets a value indicating whether the slide number placeholder is visible on the notes slide.
AsIBaseHandoutNotesSlideHeaderFooterManagIBaseHandoutNotesSlideHeaderFooterManagerReadGets this instance cast as IBaseHandoutNotesSlideHeaderFooterManager.
AsIBaseSlideHeaderFooterManagerIBaseSlideHeaderFooterManagerReadGets this instance cast as IBaseSlideHeaderFooterManager.
AsIBaseHeaderFooterManagerIBaseHeaderFooterManagerReadGets this instance cast as IBaseHeaderFooterManager.

Methods

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

See Also