com.aspose.slides
Class HeaderFooterManagerEx

java.lang.Object
  extended by com.aspose.slides.HeaderFooterManagerEx

public final class HeaderFooterManagerEx
extends java.lang.Object

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

isFooterVisible

public boolean isFooterVisible()

Gets or sets value indicating that a footer placeholders should be present on a slides.


isFooterVisible

public void isFooterVisible(boolean value)

isSlideNumberVisible

public boolean isSlideNumberVisible()

Gets or sets value indicating that a page number placeholders should be present on a slides.


isSlideNumberVisible

public void isSlideNumberVisible(boolean value)

isDateTimeVisible

public boolean isDateTimeVisible()

Gets or sets value indicating that a date-time placeholders should be present on a slides.


isDateTimeVisible

public void isDateTimeVisible(boolean value)

setFooterText

public void setFooterText(java.lang.String text)

Sets text to all footer placeholders including master and layout.

Parameters:
text - Text to set.

setDateTimeText

public void setDateTimeText(java.lang.String date)

Sets text to all date-time placeholders including master and layout.

Parameters:
date - Text to set.

setVisibilityOnTitleSlide

public void setVisibilityOnTitleSlide(boolean isPlaceholdersVisible)

Adds or removes header\footer placeholders from title slides (slides based on first layout).

Parameters:
isPlaceholdersVisible - true - makes a header\footer placeholders visible on the title slide, otherwise - hides them.