21 results
create a new font and add it to the workbook ‘ s font table @ return new font object
91. HSSFFont font2 = workbook.createFont();
92. font2.setBoldweight(HSSFFont.BOLDWEIGHT_NORMAL);
3 results
other a is or - 3 @ see org . apache . poi . hssf . usermodel . hssfsheet # { @ link
348. final HSSFFont other = (HSSFFont) obj;
350. if (other.font != null)
352. } else if (!font.equals(other.font))
354. if (index != other.index)