BaseHandoutNotesSlideHeaderFooterManager
Represents manager which holds behavior of the placeholders, including header placeholder for all types handout and notes slides.
Name | Description |
---|
isHeaderVisible () | Gets value indicating that a header placeholder is present. Read boolean. |
Returns:
boolean
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. |