com.powerml.structures.text
Class Notes

java.lang.Object
  extended bycom.powerml.structures.text.Notes

public final class Notes
extends java.lang.Object

Represents the speaker's notes of a slide.


Method Summary
 void addXml(org.dom4j.Element parent, boolean purgeStrings)
          Transforms current instance to XML and adds it to a parent element.
 Text getText()
          Returns the text contained in the speaker's notes.
 
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

getText

public Text getText()
Returns the text contained in the speaker's notes.

Returns:
text contained in notes


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