com.aspose.cells

Class ThreadedComment

  • java.lang.Object
    • com.aspose.cells.ThreadedComment
public class ThreadedComment 
extends java.lang.Object

Represents the threaded comment.

Property Getters/Setters Summary
ThreadedCommentAuthorgetAuthor()
Gets the author of the comment.
intgetColumn()
Gets the column index of the comment.
com.aspose.cells.DateTimegetCreatedTime()
void
setCreatedTime(com.aspose.cells.DateTimevalue)
           Gets and sets the created time of this threaded comment.
java.lang.StringgetNotes()
void
setNotes(java.lang.Stringvalue)
           Gets and sets the text of the comment.
intgetRow()
Gets the row index of the comment.
 

    • Property Getters/Setters Detail

      • getRow

        public int getRow()
        
        Gets the row index of the comment.
      • getColumn

        public int getColumn()
        
        Gets the column index of the comment.
      • getNotes/setNotes

        public java.lang.String getNotes() / public void setNotes(java.lang.String value)
        
        Gets and sets the text of the comment.
      • getCreatedTime/setCreatedTime

        public com.aspose.cells.DateTime getCreatedTime() / public void setCreatedTime(com.aspose.cells.DateTime value)
        
        Gets and sets the created time of this threaded comment.

    setNotes

    public voidsetNotes(java.lang.Stringvalue)
    
    Gets and sets the text of the comment.

    setCreatedTime

    public voidsetCreatedTime(com.aspose.cells.DateTimevalue)
    
    Gets and sets the created time of this threaded comment.