com.aspose.slides
Interface IHeaderFooterManager

All Known Implementing Classes:
HeaderFooterManager

public interface IHeaderFooterManager

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.
 boolean isFooterVisible()
           Gets or sets value indicating that a footer placeholders should be present on a slides.
 boolean isSlideNumberVisible()
           Gets or sets value indicating that a page number placeholders should be present on a slides.
 void setDateTimeText(java.lang.String date)
           Sets text to all date-time placeholders including master and layout.
 void setDateTimeVisible(boolean value)
           Gets or sets value indicating that a date-time placeholders should be present on a slides.
 void setFooterText(java.lang.String text)
           Sets text to all footer placeholders including master and layout.
 void setFooterVisible(boolean value)
           Gets or sets value indicating that a footer placeholders should be present on a slides.
 void setSlideNumberVisible(boolean value)
           Gets or sets value indicating that a page number placeholders should be present on a slides.
 void setVisibilityOnTitleSlide(boolean isPlaceholdersVisible)
           Adds or removes header\footer placeholders from title slides (slides based on first layout).
 

Method Detail

isFooterVisible

boolean isFooterVisible()

Gets or sets value indicating that a footer placeholders should be present on a slides. Read/write boolean.


setFooterVisible

void setFooterVisible(boolean value)

Gets or sets value indicating that a footer placeholders should be present on a slides. Read/write boolean.


isSlideNumberVisible

boolean isSlideNumberVisible()

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


setSlideNumberVisible

void setSlideNumberVisible(boolean value)

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


isDateTimeVisible

boolean isDateTimeVisible()

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


setDateTimeVisible

void setDateTimeVisible(boolean value)

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


setFooterText

void setFooterText(java.lang.String text)

Sets text to all footer placeholders including master and layout.

Parameters:
text - Text to set.

setDateTimeText

void setDateTimeText(java.lang.String date)

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

Parameters:
date - Text to set.

setVisibilityOnTitleSlide

void setVisibilityOnTitleSlide(boolean isPlaceholdersVisible)

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

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


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.