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
| 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 | Provides access to the IBaseHandoutNotesSlideHeaderFooterManag interface |
as_i_base_slide_header_footer_manager | IBaseSlideHeaderFooterManager | Read | Provides access to the IBaseSlideHeaderFooterManager interface |
as_i_base_header_footer_manager | IBaseHeaderFooterManager | Read | Provides access to the IBaseHeaderFooterManager interface |
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. |