MasterNotesSlideHeaderFooterManager
Represents manager which holds behavior of the master notes slide footer, date-time, page number placeholders and all child placeholders.
Child placeholders mean placeholders are contained on depending notes slides.
Depending notes slides use and depend on master notes slide.
| Name | Description |
|---|
| getParent_Immediate() | |
isDateTimeVisible
| Name | Description |
|---|
| isDateTimeVisible() | Gets value indicating that a date-time placeholder is present. Read boolean. |
Result:
boolean
| Name | Description |
|---|
| isFooterVisible() | Gets value indicating that a footer placeholder is present. Read boolean. |
Result:
boolean
| Name | Description |
|---|
| isHeaderVisible() | Gets value indicating that a header placeholder is present. Read boolean. |
Result:
boolean
isSlideNumberVisible
| Name | Description |
|---|
| isSlideNumberVisible() | Gets value indicating that a page number placeholder is present. Read boolean. |
Result:
boolean
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 notes slides. Depending notes slides use and depend on master notes 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 notes slides. Depending notes slides use and depend on master notes slide. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a date-time placeholders visible, otherwise - hides them. |
setDateTimeText
| Name | Description |
|---|
| setDateTimeText(String) | Sets text to slide date-time placeholder. |
Parameters:
| Name | Type | Description |
|---|
| text | String | Text to set. |
setDateTimeVisibility
| Name | Description |
|---|
| setDateTimeVisibility(boolean) | Changes slide date-time placeholder visibility. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a date-time placeholder visible, otherwise - hides it. |
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 notes slides. Depending notes slides use and depend on master notes 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 notes slides. Depending notes slides use and depend on master notes slide. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a footer placeholders visible, otherwise - hides them. |
| Name | Description |
|---|
| setFooterText(String) | Sets text to slide footer placeholder. |
Parameters:
| Name | Type | Description |
|---|
| text | String | Text to set. |
| Name | Description |
|---|
| setFooterVisibility(boolean) | Changes slide footer placeholder visibility. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a footer placeholder visible, otherwise - hides it. |
setHeaderAndChildHeadersText
| Name | Description |
|---|
| setHeaderAndChildHeadersText(String) | Sets text to master notes slide header placeholder and all child header placeholders. Child placeholders mean placeholders are contained on depending notes slides. Depending notes slides use and depend on master notes slide. |
Parameters:
| Name | Type | Description |
|---|
| text | String | Text to set. |
setHeaderAndChildHeadersVisibility
| Name | Description |
|---|
| setHeaderAndChildHeadersVisibility(boolean) | Changes master notes slide header placeholder and all child header placeholders visibility. Child placeholders mean placeholders are contained on depending notes slides. Depending notes slides use and depend on master notes slide. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a header placeholders visible, otherwise - hides them. |
| Name | Description |
|---|
| setHeaderText(String) | Sets text to slide header placeholder. |
Parameters:
| Name | Type | Description |
|---|
| text | String | Text to set. |
| Name | Description |
|---|
| setHeaderVisibility(boolean) | Changes slide header placeholder visibility. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a header placeholder visible, otherwise - hides it. |
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 notes slides. Depending notes slides use and depend on master notes slide. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a page number placeholders visible, otherwise - hides them. |
setSlideNumberVisibility
| Name | Description |
|---|
| setSlideNumberVisibility(boolean) | Changes slide page number placeholder visibility. |
Parameters:
| Name | Type | Description |
|---|
| isVisible | boolean | true - makes a page number placeholder visible, otherwise - hides it. |