NotesSlideHeaderFooterManager
General
NotesSlideHeaderFooterManager és una classe en Aspose.Slides FOSS per a C++.
Gestiona el comportament dels marcadors de lloc de les diapositives d’accions, incloent-hi capçalera, peu de pàgina, data i hora i número de diapasó.
Mètodes
| 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. |