fTextAttr[1] |= BOTTOM_BORDER;
}
Color background = fmt.getBackground();
if( background != null ) {
ColourConverter cc = new ColourConverter(PocketExcelConstants.cLookup);
icvFill = EndianConverter.writeShort(cc.convertFromRGB(background));
} else {
icvFill = new byte[] {(byte)0xFF,(byte)0x00};
}
icvFore = new byte[] {(byte)0xFF,(byte)0x00};