BaseHandoutNotesSlideHeaderFooterManager
Áttekintés
BaseHandoutNotesSlideHeaderFooterManager egy absztrakt alaposztályt képvisel a kézikönyv és jegyzet dia fejléc/lábléc kezelők számára. Örökli a IBaseHandoutNotesSlideHeaderFooterManager teljes nyilvános interfészét, és további, az alábbi táblázatokban dokumentált tagokat adhat hozzá. Példányokat a szülőobjektumon keresztül elérhető gyári metódusok vagy gyűjtemény tulajdonságok segítségével szerezhetünk. Tekintse meg a csomag dokumentációját a telepítési útmutatóért és a kapcsolódó típusok teljes listájáért.
Csomag: org.aspose.slides.foss
Nincs nyilvános API tag dokumentálva a forrásban.
Lásd még
| Name | Type | Access | Description |
|---|---|---|---|
headerVisible | boolean | Read | Gets value indicating that a header placeholder is present. |
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. |
| 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. |
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. |