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

In This Topic
    IComment Interface Methods
    In This Topic

    For a list of all members of this type, see IComment members.

    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