Class OdfPresentationNotes


  • public class OdfPresentationNotes
    extends Object
    Convenient functionality for the parent ODF OpenDocument element
    • Method Detail

      • getOdfElement

        public PresentationNotesElement getOdfElement()
        Return an instance of PresentationNotesElement which represents presentation notes page feature.
        Returns:
        an instance of PresentationNotesElement
      • getInstance

        public static OdfPresentationNotes getInstance​(PresentationNotesElement noteElement)
        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)
        insert some text to the notes page
        Parameters:
        text - the text that need to insert in the notes page