MasterSlideHeaderFooterManager
Represents manager which holds behavior of the master slide footer, date-time, page number placeholders and all child placeholders.
Child placeholders mean placeholders are contained on depending layout slides and depending slides.
Depending layout slides and slides use and depend on master slide.
setDateTimeAndChildDateTimesText
Name | Description |
---|
setDateTimeAndChildDateTimesText (String) | Sets text to master slide date-time placeholder and all child date-time placeholders. Child placeholders mean placeholders are contained on depending layout slides and depending slides. Depending layout slides and slides use and depend on master slide. |
Parameters:
Name | Type | Description |
---|
text | String | Text to set. |
setDateTimeAndChildDateTimesVisibility
Name | Description |
---|
setDateTimeAndChildDateTimesVisibility (boolean) | Changes master slide date-time placeholder and all child date-time placeholders visibility. Child placeholders mean placeholders are contained on depending layout slides and depending slides. Depending layout slides and slides use and depend on master slide. |
Parameters:
Name | Type | Description |
---|
isVisible | boolean | true - makes a date-time placeholders visible, otherwise - hides them. |
setFooterAndChildFootersText
Name | Description |
---|
setFooterAndChildFootersText (String) | Sets text to master slide footer placeholder and all child footer placeholders. Child placeholders mean placeholders are contained on depending layout slides and depending slides. Depending layout slides and slides use and depend on master slide. |
Parameters:
Name | Type | Description |
---|
text | String | Text to set. |
Name | Description |
---|
setFooterAndChildFootersVisibility (boolean) | Changes master slide footer placeholder and all child footer placeholders visibility. Child placeholders mean placeholders are contained on depending layout slides and depending slides. Depending layout slides and slides use and depend on master slide. |
Parameters:
Name | Type | Description |
---|
isVisible | boolean | true - makes a footer placeholders visible, otherwise - hides them. |
setSlideNumberAndChildSlideNumbersVisibility
Name | Description |
---|
setSlideNumberAndChildSlideNumbersVisibility (boolean) | Changes master slide page number placeholder and all child page number placeholders visibility. Child placeholders mean placeholders are contained on depending layout slides and depending slides. Depending layout slides and slides use and depend on master slide. |
Parameters:
Name | Type | Description |
---|
isVisible | boolean | true - makes a page number placeholders visible, otherwise - hides them. |