public class SpreadsheetComment extends CustomPackage
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the author of the comment.
|
int |
getColumn()
Gets the one-based column index of the comment.
|
int |
getRow()
Gets the one-based row index of the comment.
|
int |
getSheetNumber()
Gets the sheet number.
|
String |
getText()
Gets the comment text.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final String getAuthor()
Gets the author of the comment.
public final String getText()
Gets the comment text.
public final int getSheetNumber()
Gets the sheet number.
public final int getRow()
Gets the one-based row index of the comment.
public final int getColumn()
Gets the one-based column index of the comment.