com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class SpreadsheetComment

    • Method Detail

      • getAuthor

        public final String getAuthor()

        Gets the author of the comment.

        Returns:
        The author of the comment.
      • getText

        public final String getText()

        Gets the comment text.

        Returns:
        The comment text.
      • getSheetNumber

        public final int getSheetNumber()

        Gets the sheet number.

        Returns:
        The sheet number.
      • getRow

        public final int getRow()

        Gets the one-based row index of the comment.

        Returns:
        The row index of the comment.
      • getColumn

        public final int getColumn()

        Gets the one-based column index of the comment.

        Returns:
        The column index of the comment.