NotesSlideHeaderFooterManager

NotesSlideHeaderFooterManager

Overview

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

Represents manager which holds behavior of the notes slide placeholders, including header placeholder.

Properties

NameTypeAccessDescription
is_footer_visibleboolReadGets value indicating that a footer placeholder is present.
is_slide_number_visibleboolReadGets value indicating that a page number placeholder is present.
is_date_time_visibleboolReadGets value indicating that a date-time placeholder is present.
is_header_visibleboolReadGets value indicating that a header placeholder is present.
as_i_base_handout_notes_slide_header_footer_managIBaseHandoutNotesSlideHeaderFooterManagReadProvides access to the IBaseHandoutNotesSlideHeaderFooterManag interface
as_i_base_slide_header_footer_managerIBaseSlideHeaderFooterManagerReadProvides access to the IBaseSlideHeaderFooterManager interface
as_i_base_header_footer_managerIBaseHeaderFooterManagerReadProvides access to the IBaseHeaderFooterManager interface

Methods

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.

See Also