xelem.3.0

Uses of Interface
nl.fountain.xelem.excel.Comment

Packages that use Comment
nl.fountain.xelem.excel Provides interfaces and classes that represent elements in SpreadsheetML. 
nl.fountain.xelem.excel.ss Provides classes that represent elements of the spreadsheet namespace. 
 

Uses of Comment in nl.fountain.xelem.excel
 

Methods in nl.fountain.xelem.excel that return Comment
 Comment Cell.addComment()
          Adds a comment to this cell.
 Comment Cell.addComment(Comment comment)
          Adds the given comment to this cell.
 Comment Cell.addComment(String text)
          Adds a comment to this cell and sets the data-attribute of the comment to the given text.
 Comment Cell.getComment()
          Gets the comment of this cell.
 

Methods in nl.fountain.xelem.excel with parameters of type Comment
 Comment Cell.addComment(Comment comment)
          Adds the given comment to this cell.
 

Uses of Comment in nl.fountain.xelem.excel.ss
 

Classes in nl.fountain.xelem.excel.ss that implement Comment
 class SSComment
          An implementation of the XLElement Comment.
 

Methods in nl.fountain.xelem.excel.ss that return Comment
 Comment SSCell.addComment()
           
 Comment SSCell.addComment(Comment comment)
           
 Comment SSCell.addComment(String text)
           
 Comment SSCell.getComment()
           
 

Methods in nl.fountain.xelem.excel.ss with parameters of type Comment
 Comment SSCell.addComment(Comment comment)
           
 


xelem.3.0