IBaseSlideHeaderFooterManager
Overview
IBaseSlideHeaderFooterManager is a interface in Aspose.Slides FOSS for Java.
Inherits from: IBaseHeaderFooterManager.
Represents base interface for slide header/footer managers that manage footer, slide number, and date-time placeholders.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
footerVisible | boolean | Read | Gets value indicating that a footer placeholder is present. |
slideNumberVisible | boolean | Read | Gets value indicating that a page number placeholder is present. |
dateTimeVisible | boolean | Read | Gets value indicating that a date-time placeholder is present. |
Methods
| Signature | Description |
|---|---|
isFooterVisible() → boolean | Gets value indicating that a footer placeholder is present. |
isSlideNumberVisible() → boolean | Gets value indicating that a page number placeholder is present. |
isDateTimeVisible() → boolean | Gets value indicating that a date-time placeholder is present. |
setFooterVisibility(isVisible: boolean) | Modifies footer placeholder visibility. |
setSlideNumberVisibility(isVisible: boolean) | Modifies page number placeholder visibility. |
setDateTimeVisibility(isVisible: boolean) | Modifies date-time placeholder visibility. |
setFooterText(text: String) | Assigns text content to the footer placeholder. |
setDateTimeText(text: String) | Assigns text content to the date-time placeholder. |