Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IComment Interface
Methods

In This Topic
    IComment Interface Members
    In This Topic

    The following tables list the members exposed by IComment.

    Public Methods
     NameDescription
     MethodDeletes the object.  
     MethodGenerates the comment from the json string.  
     MethodGets the anchor cell of the comment.  
     MethodGets the author of the comment.  
     MethodReturns the com.grapecity.documents.excel.drawing.IShape object that represents the shape attached to thespecified comment.  
     MethodGets the comment text.  
     MethodDetermines whether the object is visible.  
     MethodReturns the IComment object that represents the next comment.  
     MethodReturns the IComment object that represents the previous comment.  
     MethodSets the comment text.  
     MethodDetermines whether the object is visible.  
     MethodGenerates a json string from the comment.  
    Top
    See Also