SpreadsheetComment
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class SpreadsheetComment extends CustomPackage
Represents a user comment in a spreadsheet.
Learn more
Methods
Method | Description |
---|---|
getAuthor() | Gets the author of the comment. |
getText() | Gets the comment text. |
getSheetNumber() | Gets the sheet number. |
getRow() | Gets the one-based row index of the comment. |
getColumn() | Gets the one-based column index of the comment. |
getAuthor()
public final String getAuthor()
Gets the author of the comment.
Returns: java.lang.String - The author of the comment.
getText()
public final String getText()
Gets the comment text.
Returns: java.lang.String - The comment text.
getSheetNumber()
public final int getSheetNumber()
Gets the sheet number.
Returns: int - The sheet number.
getRow()
public final int getRow()
Gets the one-based row index of the comment.
Returns: int - The row index of the comment.
getColumn()
public final int getColumn()
Gets the one-based column index of the comment.
Returns: int - The column index of the comment.