NotesSlideHeaderFooterManager

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

NotesSlideHeaderFooterManager — NotesSlideHeaderFooterManager API type. Inherits from: BaseHandoutNotesSlideHeaderFooterManager, INotesSlideHeaderFooterManager.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
IsFooterVisibleboolRead/Write
IsDateTimeVisibleboolRead/Write
IsHeaderVisibleboolRead/Write
IsSlideNumberVisibleboolRead/Write
AsIBaseHandoutNotesSlideHeaderFooterManagIBaseHandoutNotesSlideHeaderFooterManagerRead/Write
AsIBaseSlideHeaderFooterManagerIBaseSlideHeaderFooterManagerRead/Write
AsIBaseHeaderFooterManagerIBaseHeaderFooterManagerRead/Write

Methods

MethodReturnsDescription
SetFooterVisibility(bool isVisible)voidtrue to make the footer visible; false to remove it.
SetDateTimeVisibility(bool isVisible)voidtrue to make the date-time visible; false to remove it.
SetHeaderVisibility(bool isVisible)voidtrue to make the header visible; false to remove it.
SetSlideNumberVisibility(bool isVisible)voidtrue to make the slide number visible; false to remove it.
SetFooterText(string text)voidThe text to assign to the footer placeholder.
SetDateTimeText(string text)voidThe text to assign to the date-time placeholder.
SetHeaderText(string text)voidThe text to assign to the header placeholder.

See Also