public interface IBaseHandoutNotesSlideHeaderFooterManag extends IBaseSlideHeaderFooterManager
Represents manager which holds behavior of the placeholders, including header placeholder for all types handout and notes slides.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHeaderVisible()
Gets value indicating that a header placeholder is present.
|
void |
setHeaderText(java.lang.String text)
Sets text to slide header placeholder.
|
void |
setHeaderVisibility(boolean isVisible)
Changes slide header placeholder visibility.
|
isDateTimeVisible, isFooterVisible, isSlideNumberVisible, setDateTimeText, setDateTimeVisibility, setFooterText, setFooterVisibility, setSlideNumberVisibilityboolean isHeaderVisible()
Gets value indicating that a header placeholder is present.
Read boolean.
void setHeaderVisibility(boolean isVisible)
Changes slide header placeholder visibility.
isVisible - true - makes a header placeholder visible, otherwise - hides it.void setHeaderText(java.lang.String text)
Sets text to slide header placeholder.
text - Text to set.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.