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.
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. |