CellLayoutDataRender.renderToElementAndStyle(divElement, cssStyle, child, layoutData, "0px");
CellLayoutDataRender.renderBackgroundImageToStyle(cssStyle, rc, this, component, child);
if (layoutData != null) {
ExtentRender.renderToStyle(cssStyle, "height", layoutData.getHeight());
}
divElement.setAttribute("style", cssStyle.renderInline());
parentNode.appendChild(divElement);
renderSpacingCell(parentNode, (Column) component, child);