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.
This class provides 7 methods for working with NotesSlideHeaderFooterManager objects in Python programs.
Available methods include: set_date_time_text, set_date_time_visibility, set_footer_text, set_footer_visibility, set_header_text, set_header_visibility, set_slide_number_visibility.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_base_handout_notes_slide_header_footer_manag, as_i_base_header_footer_manager, as_i_base_slide_header_footer_manager, is_date_time_visible, is_footer_visible, is_header_visible, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_footer_visible | bool | Read | Gets value indicating that a footer placeholder is present. |
is_slide_number_visible | bool | Read | Gets value indicating that a page number placeholder is present. |
is_date_time_visible | bool | Read | Gets value indicating that a date-time placeholder is present. |
is_header_visible | bool | Read | Gets value indicating that a header placeholder is present. |
as_i_base_handout_notes_slide_header_footer_manag | IBaseHandoutNotesSlideHeaderFooterManag | Read | Gets the as i base handout notes slide header footer manag. |
as_i_base_slide_header_footer_manager | IBaseSlideHeaderFooterManager | Read | Gets the as i base slide header footer manager. |
as_i_base_header_footer_manager | IBaseHeaderFooterManager | Read | Gets the as i base header footer manager. |
Methods
| Signature | Description |
|---|---|
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. |