|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.HeaderFooterManagerEx
public final class HeaderFooterManagerEx
Represents manager which holds behavior of a header\footer placeholders
Method Summary | |
---|---|
boolean |
isDateTimeVisible()
Gets or sets value indicating that a date-time placeholders should be present on a slides. |
void |
isDateTimeVisible(boolean value)
|
boolean |
isFooterVisible()
Gets or sets value indicating that a footer placeholders should be present on a slides. |
void |
isFooterVisible(boolean value)
|
boolean |
isSlideNumberVisible()
Gets or sets value indicating that a page number placeholders should be present on a slides. |
void |
isSlideNumberVisible(boolean value)
|
void |
setDateTimeText(java.lang.String date)
Sets text to all date-time placeholders including master and layout. |
void |
setFooterText(java.lang.String text)
Sets text to all footer placeholders including master and layout. |
void |
setVisibilityOnTitleSlide(boolean isPlaceholdersVisible)
Adds or removes header\footer placeholders from title slides (slides based on first layout). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isFooterVisible()
Gets or sets value indicating that a footer placeholders should be present on a slides.
public void isFooterVisible(boolean value)
public boolean isSlideNumberVisible()
Gets or sets value indicating that a page number placeholders should be present on a slides.
public void isSlideNumberVisible(boolean value)
public boolean isDateTimeVisible()
Gets or sets value indicating that a date-time placeholders should be present on a slides.
public void isDateTimeVisible(boolean value)
public void setFooterText(java.lang.String text)
Sets text to all footer placeholders including master and layout.
text
- Text to set.public void setDateTimeText(java.lang.String date)
Sets text to all date-time placeholders including master and layout.
date
- Text to set.public void setVisibilityOnTitleSlide(boolean isPlaceholdersVisible)
Adds or removes header\footer placeholders from title slides (slides based on first layout).
isPlaceholdersVisible
- true - makes a header\footer placeholders visible on the title slide, otherwise - hides them.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |