Catalogen

HSSFPalette @Cluster 1 (color, hssfcolor, wb)


HSSFFont.java

get the type of underlining for the font

201. HSSFPalette pallette = wb.getCustomPalette();
202. return pallette.getColor( getColor() );

CellRenderer.java

@ param that the new data is set to this function

123. HSSFPalette customPalette = ((HSSFWorkbook) designer.workbook).getCustomPalette();
124. HSSFColor hssfColor = customPalette.getColor(c);

IcySpreadSheet.java

set the font from this range . if the font is not set , the default value is returned , see { @ link sheet # getdefaultrowheightinpoints ( ) } @ see org . apache . poi . hssf . usermodel . hssfworkbook # getfontat ( short )

375. HSSFPalette palette = ((HSSFWorkbook) book).getCustomPalette();
377. colorIndex = palette.findSimilarColor(color.getRed(), color.getGreen(), color.getBlue()).getIndex();

StyleManagerHUtils.java

sets the cell value using object type information . @ param the cell to set the formula to set the cell to .

222. HSSFPalette palette = ((HSSFWorkbook)wb).getCustomPalette();    
229.   fgRgb = palette.getColor(font.getColor()).getTriplet();

StyleManagerHUtils.java

sets the cell value using object type information . @ param the cell to set the formula to set the cell to .

225. HSSFPalette palette = ((HSSFWorkbook)wb).getCustomPalette();    
232.   fgRgb = palette.getColor(font.getColor()).getTriplet();

HSSFStyleHelper.java

test that we get the same value as excel and , for

19. private static HSSFPalette palette;
58.   HSSFColor color = palette.getColor(index);