com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class PresentationComment

    • Method Detail

      • getAuthor

        public final String getAuthor()

        Gets the author of the comment.

        Returns:
        The author of the comment.
      • getCreatedTime

        public final Date getCreatedTime()

        Gets the created time of the comment.

        Returns:
        The created time of the comment.
      • getSlideNumber

        public final int getSlideNumber()

        Gets the slide number the comment belongs to.

        Returns:
        The slide number the comment belongs to.
      • getText

        public final String getText()

        Gets the text of the comment.

        Returns:
        The comment text.