NotesSlideHeaderFooterManager
Overview
NotesSlideHeaderFooterManager is a class in Aspose.Slides FOSS for C++.
Manages the behavior of notes slide placeholders including header, footer, date-time, and slide number.
This class provides 16 methods for working with NotesSlideHeaderFooterManager objects in C++ programs.
Available methods include: as_i_base_handout_notes_slide_header_footer_manager, as_i_base_header_footer_manager, as_i_base_slide_header_footer_manager, is_date_time_visible, is_footer_visible, is_header_visible, is_slide_number_visible, set_date_time_text, set_date_time_visibility, set_footer_text, set_footer_visibility, set_header_text, and 2 additional methods.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
is_footer_visible() → bool | Gets whether the footer placeholder is present. |
is_date_time_visible() → bool | Gets whether the date-time placeholder is present. |
set_footer_visibility(is_visible: bool) | Sets footer placeholder visibility. |
set_date_time_visibility(is_visible: bool) | Sets date-time placeholder visibility. |
set_footer_text(text: std::string_view) | Sets footer placeholder text content. |
set_date_time_text(text: std::string_view) | Sets date-time placeholder text content. |
is_slide_number_visible() → bool | Gets whether the slide number placeholder is present. |
set_slide_number_visibility(is_visible: bool) | Sets slide number placeholder visibility. |
is_header_visible() → bool | Gets whether the header placeholder is present. |
set_header_visibility(is_visible: bool) | Sets header placeholder visibility. |
set_header_text(text: std::string_view) | Sets header placeholder text content. |
as_i_base_handout_notes_slide_header_footer_manager() → IBaseHandoutNotesSlideHeaderFooterManager | |
as_i_base_slide_header_footer_manager() → IBaseSlideHeaderFooterManager | |
as_i_base_slide_header_footer_manager() → IBaseSlideHeaderFooterManager | |
as_i_base_header_footer_manager() → IBaseHeaderFooterManager | Returns this as IBaseHeaderFooterManager. |
as_i_base_header_footer_manager() → IBaseHeaderFooterManager | Returns this as IBaseHeaderFooterManager. |