git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194216
13f79535-47bb-0310-9956-
ffa450edef68
cellArea.foCreator=this; // G Seshadri
cellArea.setPage(area.getPage());
cellArea.setBorderAndPadding(propMgr.getBorderAndPadding());
+ cellArea.setBackgroundColor(this.backgroundColor);
cellArea.start();
cellArea.setAbsoluteHeight(area.getAbsoluteHeight()); //???
areaContainer.foCreator=this; // G Seshadri
areaContainer.setPage(area.getPage());
areaContainer.setBorderAndPadding(propMgr.getBorderAndPadding());
+ areaContainer.setBackgroundColor(this.backgroundColor);
areaContainer.setHeight(area.getHeight());
area.addChild(areaContainer);