4 results
assign a comment to this cell @ param comment comment associated with this cell
999. public void setCellComment(HSSFComment comment){ 1000. comment.setRow((short)record.getRow()); 1001. comment.setColumn(record.getColumn());
7 results
sets the shape - @ param this
160. HSSFComment shape = new HSSFComment(null, anchor); 161. shape.anchor = anchor;