{
return false;
}
final Color textColor = (Color) styleSheet.getStyleProperty(ElementStyleKeys.PAINT);
final HSSFFontWrapper wrapper = new HSSFFontWrapper
(styleSheet, colorProducer.getNearestColor(textColor));
final RichTextFormat rtf = new RichTextFormat(getTextLength(), wrapper);
// Check the style.
if (formatBuffer.isEmpty())