Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Wiki  API  Corporate

com.aspose.powerpoint
Class HeaderFooter

java.lang.Object
  extended by com.aspose.powerpoint.HeaderFooter

public class HeaderFooter
extends java.lang.Object

Represents the header, footer, slide number, date and time on a slide.


Method Summary
 int getDateTimeFormat()
          Returns the format of a datetime on a slide.
 java.lang.String getDateTimeText()
          Returns the fixed datetime text for a slide.
 java.lang.String getFooterText()
          Returns the footer text for a slide.
 java.lang.String getHeaderText()
          Returns the header text for a slide.
 boolean isDateTimeFixed()
          Determines whether the datetime is a fixed text.
 boolean isDateTimeVisible()
          Determines whether the datetime is visible on a slide.
 boolean isFooterVisible()
          Determines whether the footer is visible on a slide.
 boolean isHeaderVisible()
          Determines whether the header is visible on a slide.
 boolean isPageNumberVisible()
          Determines whether the page number is visible on a slide.
 boolean isShowOnTitleSlide()
          Determines whether the header, footer, page number and datetime are visible on a title slide.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isHeaderVisible

public boolean isHeaderVisible()
Determines whether the header is visible on a slide.

Returns:
True if the header is visible.

getHeaderText

public java.lang.String getHeaderText()
Returns the header text for a slide.

Returns:
the header text. See String.

isFooterVisible

public boolean isFooterVisible()
Determines whether the footer is visible on a slide.

Returns:
True if the footer is visible.

getFooterText

public java.lang.String getFooterText()
Returns the footer text for a slide.

Returns:
the footer text. See String.

isDateTimeVisible

public boolean isDateTimeVisible()
Determines whether the datetime is visible on a slide.

Returns:
True if the datetime is visible.

isDateTimeFixed

public boolean isDateTimeFixed()
Determines whether the datetime is a fixed text.

Returns:
True if the datetime is a fixed text.

getDateTimeText

public java.lang.String getDateTimeText()
Returns the fixed datetime text for a slide.

Returns:
the fixed datetime text. See String.

getDateTimeFormat

public int getDateTimeFormat()
Returns the format of a datetime on a slide.

Returns:
the format of a datetime.

isPageNumberVisible

public boolean isPageNumberVisible()
Determines whether the page number is visible on a slide.

Returns:
True if the page number is visible.

isShowOnTitleSlide

public boolean isShowOnTitleSlide()
Determines whether the header, footer, page number and datetime are visible on a title slide.

Returns:
True if the header, footer, page number and datetime are visible.