INotesSlideHeaderFooterManager

INotesSlideHeaderFooterManager

Overview

INotesSlideHeaderFooterManager is a interface in Aspose.Slides FOSS for Java. Inherits from: IBaseHandoutNotesSlideHeaderFooterManager.

Represents manager which holds behavior of the notes slide placeholders, including header placeholder.

This interface provides 14 methods for working with INotesSlideHeaderFooterManager objects in Java programs. Available methods include: asIBaseHandoutNotesSlideHeaderFooterManag, asIBaseHeaderFooterManager, asIBaseSlideHeaderFooterManager, isDateTimeVisible, isFooterVisible, isHeaderVisible, isSlideNumberVisible, setDateTimeText, setDateTimeVisibility, setFooterText, setFooterVisibility, setHeaderText, and 2 additional methods. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: dateTimeVisible, footerVisible, headerVisible, slideNumberVisible.

Properties

NameTypeAccessDescription
headerVisiblebooleanReadGets value indicating that a header placeholder is present.
footerVisiblebooleanReadGets value indicating that a footer placeholder is present.
slideNumberVisiblebooleanReadGets value indicating that a page number placeholder is present.
dateTimeVisiblebooleanReadGets value indicating that a date-time placeholder is present.

Methods

SignatureDescription
asIBaseHandoutNotesSlideHeaderFooterManag()IBaseHandoutNotesSlideHeaderFooterManagerReturns this instance as {@link IBaseHandoutNotesSlideHeaderFooterManager}.
asIBaseSlideHeaderFooterManager()IBaseSlideHeaderFooterManagerReturns this instance as {@link IBaseSlideHeaderFooterManager}.
asIBaseHeaderFooterManager()IBaseHeaderFooterManagerReturns this instance as {@link IBaseHeaderFooterManager}.
isHeaderVisible()booleanGets 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()booleanGets value indicating that a footer placeholder is present.
isSlideNumberVisible()booleanGets value indicating that a page number placeholder is present.
isDateTimeVisible()booleanGets 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.

See Also