NotesSlideHeaderFooterManager

NotesSlideHeaderFooterManager

General

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

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

Representa el gestor que manté el comportament dels marcadors de lloc del diapositiu de notes, incloent-hi el marcador d’entratge.

Propietats

NameTypeAccessDescription
is_footer_visibleboolReadIndicates whether the footer placeholder is visible
is_slide_number_visibleboolReadIndicates visibility of the slide number placeholder
is_date_time_visibleboolReadIndicates visibility of the date-time placeholder
is_header_visibleboolReadIndicates whether the header placeholder is visible
as_i_base_handout_notes_slide_header_footer_managIBaseHandoutNotesSlideHeaderFooterManagReadExposes the object as IBaseHandoutNotesSlideHeaderFooterManag
as_i_base_slide_header_footer_managerIBaseSlideHeaderFooterManagerReadExposes the object as IBaseSlideHeaderFooterManager
as_i_base_header_footer_managerIBaseHeaderFooterManagerReadExposes the object as IBaseHeaderFooterManager

Mètodes

SignatureDescription
set_footer_visibility(is_visible: bool)Modifies footer placeholder visibility.
set_slide_number_visibility(is_visible: bool)Modifies page number placeholder visibility.
set_date_time_visibility(is_visible: bool)Modifies date-time placeholder visibility.
set_header_visibility(is_visible: bool)Modifies header placeholder visibility.
set_footer_text(text: str)Assigns text content to the footer placeholder.
set_date_time_text(text: str)Assigns text content to the date-time placeholder.
set_header_text(text: str)Assigns text content to the header placeholder.
 Català