// Write out any break that we had already queued before this content.
flushBreak(out);
VDXMLStyleProperty backgroundColor = style.getBackgroundColor();
VDXMLStyleProperty underline = style.getUnderline();
VDXMLStyleProperty fontColor = style.getFontColor();
VDXMLStyleProperty fontSize = style.getFontSize();
VDXMLStyleProperty blink = style.getBlink();
VDXMLStyleProperty reverseVideo = style.getReverseVideo();
// reverse video trumps explicit colors when set.
if (reverseVideo != null) {
if (logger.isDebugEnabled()) {
logger.debug("Writing reverse video for " + fontColor + "," +