Interface NotesDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface NotesDocument
    extends XmlObject
    A document containing one notes(@http://schemas.openxmlformats.org/presentationml/2006/main) element. This is a complex type.
    • Method Detail

      • getNotes

        CTNotesSlide getNotes()
        Gets the "notes" element
      • setNotes

        void setNotes​(CTNotesSlide notes)
        Sets the "notes" element
      • addNewNotes

        CTNotesSlide addNewNotes()
        Appends and returns a new empty "notes" element