NotesSlideHeaderFooterManager

NotesSlideHeaderFooterManager

General

NotesSlideHeaderFooterManager is a class in Aspose.Slides for NET. Inherits from: BaseHandoutNotesSlideHeaderFooterManager, INotesSlideHeaderFooterManager.

NotesSlideHeaderFooterManager és una classe en Aspose.Slides per NET. És heretat de: ゚BaseHandoutNotesSlideHeaderFooterManager⌒, ヽINotesSlideHeaderFooterManager▽ .

Gestiona la visibilitat i el contingut de text dels marcadors d’entratatge, peu de pàgina, data-hora i número de diapositiva en una diapasonada de notes.

Propietats

NameTypeAccessDescription
IsFooterVisibleboolReadGets a Boolean indicating if the footer is currently visible
IsDateTimeVisibleboolReadGets a Boolean indicating if the date‑time is currently visible
IsHeaderVisibleboolRead
IsSlideNumberVisibleboolReadGets a Boolean indicating if the slide number is currently visible
AsIBaseHandoutNotesSlideHeaderFooterManagIBaseHandoutNotesSlideHeaderFooterManagerReadProvides access to the underlying IBaseHandoutNotesSlideHeaderFooterManager interface
AsIBaseSlideHeaderFooterManagerIBaseSlideHeaderFooterManagerReadProvides access to the IBaseSlideHeaderFooterManager interface
AsIBaseHeaderFooterManagerIBaseHeaderFooterManagerReadProvides access to the IBaseHeaderFooterManager interface

Mètodes

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.
 Català