org.odftoolkit.odfdom.doc.presentation
Class OdfPresentationNotes

java.lang.Object
  extended by org.odftoolkit.odfdom.doc.presentation.OdfPresentationNotes

Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.presentation.Notes in Simple API.

public class OdfPresentationNotes
extends Object

Convenient functionality for the parent ODF OpenDocument element


Method Summary
 void addText(String text)
          Deprecated. insert some text to the notes page
static OdfPresentationNotes getInstance(PresentationNotesElement noteElement)
          Deprecated. Get a presentation notes page instance by an instance of PresentationNotesElement.
 PresentationNotesElement getOdfElement()
          Deprecated. Return an instance of PresentationNotesElement which represents presentation notes page feature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOdfElement

public PresentationNotesElement getOdfElement()
Deprecated. 
Return an instance of PresentationNotesElement which represents presentation notes page feature.

Returns:
an instance of PresentationNotesElement

getInstance

public static OdfPresentationNotes getInstance(PresentationNotesElement noteElement)
Deprecated. 
Get a presentation notes page instance by an instance of PresentationNotesElement.

Parameters:
noteElement - an instance of PresentationNotesElement
Returns:
an instance of OdfPresentationNotes that can represent PresentationNotesElement

addText

public void addText(String text)
Deprecated. 
insert some text to the notes page

Parameters:
text - the text that need to insert in the notes page


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.