com.powerml.structures
Class Footer

java.lang.Object
  extended bycom.powerml.structures.Footer

public final class Footer
extends java.lang.Object

Represents a slide footer containing date, footer string and/or slide number.


Method Summary
 void addXml(org.dom4j.Element parent, boolean purgeStrings)
          Transforms current instance to XML and adds it to a parent element.
 FooterDateFormat getDateFormat()
          Returns the date format.
 java.lang.String getFooterString()
          Returns the footer string.
 boolean isShowDate()
          Checks whether the date is shown in the footer.
 boolean isShowFooter()
          Checks whether the footer string is shown in the footer.
 boolean isShowSlideNumber()
          Checks whether the slide number is shown in the footer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addXml

public void addXml(org.dom4j.Element parent,
                   boolean purgeStrings)
Transforms current instance to XML and adds it to a parent element.

Parameters:
parent - parent element
purgeStrings - clean strings of control characters

getDateFormat

public FooterDateFormat getDateFormat()
Returns the date format.

Returns:
date format

getFooterString

public java.lang.String getFooterString()
Returns the footer string.

Returns:
footer string

isShowDate

public boolean isShowDate()
Checks whether the date is shown in the footer.

Returns:
true if date shown, otherwise false

isShowFooter

public boolean isShowFooter()
Checks whether the footer string is shown in the footer.

Returns:
true if footer string shown, otherwise false

isShowSlideNumber

public boolean isShowSlideNumber()
Checks whether the slide number is shown in the footer.

Returns:
true if slide number shown, otherwise false


© 2004-2005 Ralf Terdic. All rights reserved.
www.powerml.com