com.powerml.structures.text
Class SlideNumberToken

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

public final class SlideNumberToken
extends Token

This class defines a substitute for the actual slide number. 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