com.powerml.structures.text
Class FooterToken

java.lang.Object
  extended bycom.powerml.structures.text.Token
      extended bycom.powerml.structures.text.FooterToken
All Implemented Interfaces:
java.io.Serializable

public final class FooterToken
extends Token

This class defines a substitute for the footer string defined in the slide's footer. If the slide doesn't contain a footer element, the global presentation footer is used. Please note that the string representation of this token, returned by getString(), is "#".

See Also:
Serialized Form

Method Summary
 int getLength()
          Returns the token length.
 
Methods inherited from class com.powerml.structures.text.Token
addXml, getColor, getComplexFont, getFont, getFontSize, getOffset, getPosInParagraph, getString, getSymbolFont, isBold, isEmboss, isItalic, isShadow, isUnderline
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLength

public int getLength()
Returns the token length. Being a metatoken, its length is always 1.

Overrides:
getLength in class Token
Returns:
constant value 1


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