final int rowSpan = sheetLayout.getRowSpan(row, content.getY() + content.getHeight() + contentOffset);
final CellBackground realBackground = cellBackgroundProducer.getBackgroundForBox
(logicalPage, sheetLayout, col, row, colSpan, rowSpan, true, sectionType, content);
final StyleBuilder cellStyle = styleBuilderFactory.createCellStyle(styleBuilder,
content.getStyleSheet(), content.getBoxDefinition(), realBackground, null, null);
final AttributeList cellAttributes = getTagHelper().createCellAttributes
(colSpan, rowSpan, content.getAttributes(), content.getStyleSheet(), realBackground, cellStyle);
xmlWriter.writeTag(HtmlPrinter.XHTML_NAMESPACE, "td", cellAttributes, XmlWriterSupport.OPEN);