IBaseHandoutNotesSlideHeaderFooterManager
Overview
IBaseHandoutNotesSlideHeaderFooterManager is a interface in Aspose.Slides FOSS for Java.
Inherits from: IBaseSlideHeaderFooterManager.
Represents base interface for handout and notes slide header/footer managers.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
headerVisible | boolean | Read | Gets value indicating that a header placeholder is present. |
Methods
| Signature | Description |
|---|---|
isHeaderVisible() → boolean | Gets value indicating that a header placeholder is present. |
setHeaderVisibility(isVisible: boolean) | Modifies header placeholder visibility. |
setHeaderText(text: String) | Assigns text content to the header placeholder. |