com.aspose.slides
Class HeaderFooterManager

java.lang.Object
  extended by com.aspose.slides.HeaderFooterManager
All Implemented Interfaces:
IHeaderFooterManager

public final class HeaderFooterManager
extends java.lang.Object
implements IHeaderFooterManager

Represents manager which holds behavior of a header\footer placeholders


Method Summary
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 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).
 
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. Read/write boolean.

Specified by:
isFooterVisible in interface IHeaderFooterManager

setFooterVisible

public void setFooterVisible(boolean value)

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

Specified by:
setFooterVisible in interface IHeaderFooterManager

isSlideNumberVisible

public boolean isSlideNumberVisible()

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

Specified by:
isSlideNumberVisible in interface IHeaderFooterManager

setSlideNumberVisible

public void setSlideNumberVisible(boolean value)

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

Specified by:
setSlideNumberVisible in interface IHeaderFooterManager

isDateTimeVisible

public boolean isDateTimeVisible()

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

Specified by:
isDateTimeVisible in interface IHeaderFooterManager

setDateTimeVisible

public void setDateTimeVisible(boolean value)

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

Specified by:
setDateTimeVisible in interface IHeaderFooterManager

setFooterText

public void setFooterText(java.lang.String text)

Sets text to all footer placeholders including master and layout.

Specified by:
setFooterText in interface IHeaderFooterManager
Parameters:
text - Text to set.

setDateTimeText

public void setDateTimeText(java.lang.String date)

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

Specified by:
setDateTimeText in interface IHeaderFooterManager
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).

Specified by:
setVisibilityOnTitleSlide in interface IHeaderFooterManager
Parameters:
isPlaceholdersVisible - true - makes a header\footer placeholders visible on the title slide, otherwise - hides them.

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



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