BaseSlideHeaderFooterManager
BaseSlideHeaderFooterManager class
Represents manager which holds behavior of the footer, date-time, page number placeholders for all slide types.
isDateTimeVisible
| Name | Description |
|---|---|
| isDateTimeVisible () | Gets value indicating that a date-time placeholder is present. Read boolean. |
Returns: boolean
isFooterVisible
| Name | Description |
|---|---|
| isFooterVisible () | Gets value indicating that a footer placeholder is present. Read boolean. |
Returns: boolean
isSlideNumberVisible
| Name | Description |
|---|---|
| isSlideNumberVisible () | Gets value indicating that a page number placeholder is present. Read boolean. |
Returns: boolean
setDateTimeText
| Name | Description |
|---|---|
| setDateTimeText (String) | Sets text to slide date-time placeholder. |
Parameters:
| Name | Type | Description |
|---|---|---|
| text | String | Text to set. |
Returns: void
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. |
Returns: void
setFooterText
| Name | Description |
|---|---|
| setFooterText (String) | Sets text to slide footer placeholder. |
Parameters:
| Name | Type | Description |
|---|---|---|
| text | String | Text to set. |
Returns: void
setFooterVisibility
| Name | Description |
|---|---|
| setFooterVisibility (boolean) | Changes slide footer placeholder visibility. |
Parameters:
| Name | Type | Description |
|---|---|---|
| isVisible | boolean | true - makes a footer placeholder visible, otherwise - hides it. |
Returns: void
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. |
Returns: void