Interface PresentationDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getPresentation

        CTPresentation getPresentation()
        Gets the "presentation" element
      • setPresentation

        void setPresentation​(CTPresentation presentation)
        Sets the "presentation" element
      • addNewPresentation

        CTPresentation addNewPresentation()
        Appends and returns a new empty "presentation" element