public abstract class BaseHandoutNotesSlideHeaderFooterManager extends BaseSlideHeaderFooterManager implements IBaseHandoutNotesSlideHeaderFooterManag
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, setSlideNumberVisibility
getParent_Immediate
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isDateTimeVisible, isFooterVisible, isSlideNumberVisible, setDateTimeText, setDateTimeVisibility, setFooterText, setFooterVisibility, setSlideNumberVisibility
public final boolean isHeaderVisible()
Gets value indicating that a header placeholder is present.
Read boolean
.
isHeaderVisible
in interface IBaseHandoutNotesSlideHeaderFooterManag
public final void setHeaderVisibility(boolean isVisible)
Changes slide header placeholder visibility.
setHeaderVisibility
in interface IBaseHandoutNotesSlideHeaderFooterManag
isVisible
- true - makes a header placeholder visible, otherwise - hides it.public final void setHeaderText(java.lang.String text)
Sets text to slide header placeholder.
setHeaderText
in interface IBaseHandoutNotesSlideHeaderFooterManag
text
- Text to set.