com.powerml.structures
Class FooterDateFormat

java.lang.Object
  extended bycom.powerml.structures.FooterDateFormat
All Implemented Interfaces:
java.io.Serializable

public final class FooterDateFormat
extends java.lang.Object
implements java.io.Serializable

Used to specify a date format within the slide's footer.

See Also:
Serialized Form

Method Summary
 void addXml(org.dom4j.Element parent, boolean purgeStrings)
          Transforms current instance to XML and adds it to a parent element.
 java.lang.String getDateString()
          Returns the date string.
 byte getFormatId()
          Returns the date format ID.
 boolean isActual()
          Checks if the current date is shown.
 
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 - element parent
purgeStrings - TODO: Comments

getDateString

public java.lang.String getDateString()
Returns the date string.

Returns:
date string.

getFormatId

public byte getFormatId()
Returns the date format ID. See the date dialog in Microsoft PowerPoint.

Returns:
date format ID

isActual

public boolean isActual()
Checks if the current date is shown.

Returns:
if true, current date shown, otherwise show date string


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