com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class WordProcessingComment

    • Method Detail

      • getId

        public final int getId()

        Gets the comment id.

        Returns:
        The comment identifier.
      • getAuthor

        public final String getAuthor()

        Gets the author.

        Returns:
        The author.
      • setAuthor

        public final void setAuthor(String value)

        Sets the author.

        Parameters:
        value - The author.
      • getInitials

        public final String getInitials()

        Gets the author's initials.

        Returns:
        The initials of the author.
      • setInitials

        public final void setInitials(String value)

        Sets the author's initials.

        Parameters:
        value - The initials of the author.
      • getText

        public final String getText()

        Gets the text of the comment.

        Returns:
        The text of the comment.
      • setText

        public final void setText(String value)

        Sets the text of the comment.

        Parameters:
        value - The text of the comment.
      • getCreatedDate

        public final Date getCreatedDate()

        Gets the date the comment was created.

        Returns:
        The date the comment was created.
      • setCreatedDate

        public final void setCreatedDate(Date value)

        Sets the date the comment was created.

        Parameters:
        value - The date the comment was created.