Catalogen

HSSFComment @Cluster 2 (anchor, createcomment, short)


HSSFPatriarch.java

sets the shape - @ param this

160. HSSFComment shape = new HSSFComment(null, anchor);
161. shape.anchor = anchor;

JUniPrint.java

sets the list of colours that are interpolated between . the number must match { @ link # sheet ( ) }

1719. HSSFComment comment = ExcelUtils.getCell(activeSheet,  i, j).getCellComment();
1722.   HSSFRichTextString richTextString  = comment.getString();

SheetBuilderBase.java

sets the

216. final HSSFComment comment = patr.createComment(anchor);
219. comment.setString(new HSSFRichTextString(commentString));
222.   comment.setAuthor(author);

ExcelUtil.java

sets the a number of the header that ‘ s name @ param number of the font in the font

267. HSSFComment comment = patriarch.createComment(new HSSFClientAnchor(0, 0, 0, 0, (short) 4, 2, (short) 6, 5));
269. comment.setString(new HSSFRichTextString("happy life"));
271. comment.setAuthor("dylan");

ExcelUtils.java

sets the list of colours that are interpolated between . the number must match { @ link # part ( ) }

861. HSSFComment comment = cell.getCellComment();
863.   HSSFRichTextString richTextString  = comment.getString();
869.         comment.setString(new HSSFRichTextString(res));

ExcelUtil.java

sets the a number of the header that ‘ s name @ param number of the font in the font

114. HSSFComment comment = patriarch.createComment(new HSSFClientAnchor(0, 0, 0, 0, (short) 4, 2, (short) 6, 5));
116. comment.setString(new HSSFRichTextString("happy life"));
118. comment.setAuthor("dylan");

Cell.java

sets the

302. HSSFComment comment = this.m_cell.getCellComment();
309.     comment.setString(new HSSFRichTextString(strCommecnt));
310.     comment.setAuthor(strAuthor);