PresentationHeaderFooterManager
Represents manager which holds behavior of all footer, date-time and page number placeholders of presentation.
setAllDateTimesText
| Name | Description |
|---|
| setAllDateTimesText(String) | Sets text to all date-time placeholders, including master slides, layout slides, slides, notes master, notes slides and handout master. |
Parameters:
| Name | Type | Description |
|---|
| text | String | Text to set. |
setAllDateTimesVisibility
| Name | Description |
|---|
| setAllDateTimesVisibility(boolean) | Changes all date-time placeholders visibility, including master slides, layout slides, slides, notes master, notes slides and handout master. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a date-time placeholders visible, otherwise - hides them. |
| Name | Description |
|---|
| setAllFootersText(String) | Sets text to all footer placeholders, including master slides, layout slides, slides, notes master, notes slides and handout master. |
Parameters:
| Name | Type | Description |
|---|
| text | String | Text to set. |
| Name | Description |
|---|
| setAllFootersVisibility(boolean) | Changes all footer placeholders visibility, including master slides, layout slides, slides, notes master, notes slides and handout master. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a footer placeholders visible, otherwise - hides them. |
| Name | Description |
|---|
| setAllHeadersText(String) | Sets text to all header placeholders, including notes master, notes slides and handout master. |
Parameters:
| Name | Type | Description |
|---|
| text | String | Text to set. |
| Name | Description |
|---|
| setAllHeadersVisibility(boolean) | Changes all header placeholders visibility, including notes master, notes slides and handout master. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a header placeholders visible, otherwise - hides them. |
setAllSlideNumbersVisibility
| Name | Description |
|---|
| setAllSlideNumbersVisibility(boolean) | Changes all page number placeholders visibility, including master slides, layout slides, slides, notes master, notes slides and handout master. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a page number placeholders visible, otherwise - hides them. |
setVisibilityOnAllTitleSlides
| Name | Description |
|---|
| setVisibilityOnAllTitleSlides(boolean) | Changes the footer, date-time and page number placeholders visibility for all title slides and for first layout slide. Title slides – slides based on first layout slide (regardless of type of this first layout). |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a placeholders visible, otherwise - hides them. |