}
final RenderBox box =
createBox(layout, stateKey, style, report.getElementType(), report.getAttributes(), report.getObjectID());
box.getStaticBoxLayoutProperties().setPlaceholderBox(StaticBoxLayoutProperties.PlaceholderType.COMPLEX);
box.markAsContentRefHolder();
// for the sake of debugging ..
final String name = report.getName();
if (name != null && name.startsWith(Band.ANONYMOUS_BAND_PREFIX) == false)
{
box.setName(name);