IBaseSlideHeaderFooterManager
General
IBaseSlideHeaderFooterManager és una interfície en Aspose.Slides FOSS per Java.
Representa la interfície de base per als gestors d’encàrrec/pés de diapositiva que gestionen els marcadors de lloc del peu de pàgina, el número de diada i la data-hora.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
footerVisible | boolean | Read | Indicates whether the footer placeholder is visible |
slideNumberVisible | boolean | Read | Indicates whether the slide number placeholder is visible |
dateTimeVisible | boolean | Read | Indicates whether the date-time placeholder is visible |
Mètodes
| 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. |