NotesSlideHeaderFooterManager — Aspose.Slides FOSS C++ API Reference
NotesSlideHeaderFooterManager — Manages the behavior of notes slide placeholders including header, footer, date-time, and slide number.
Package: Aspose::Slides
Methods
| Method | Returns | 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() | void | Sets footer placeholder visibility. |
set_date_time_visibility() | void | Sets date-time placeholder visibility. |
set_footer_text() | void | Sets footer placeholder text content. |
set_date_time_text() | void | Sets date-time placeholder text content. |
is_slide_number_visible() | bool | Gets whether the slide number placeholder is present. |
set_slide_number_visibility() | void | Sets slide number placeholder visibility. |
is_header_visible() | bool | Gets whether the header placeholder is present. |
set_header_visibility() | void | Sets header placeholder visibility. |
set_header_text() | void | Sets header placeholder text content. |