final InlineRenderBox autoParagraphBox =
new InlineRenderBox(styleSheet, element.getObjectID(), boxDefinition,
element.getElementType(), element.getAttributes(), stateKey);
autoParagraphBox.setName(element.getName());
autoParagraphBox.getBoxDefinition().setPreferredWidth(RenderLength.AUTO);
autoParagraphBox.addChilds(renderNodes);
autoParagraphBox.addChilds(finishNodes);
autoParagraphBox.close();
final Object property = styleSheet.getStyleProperty(styleKey);
parentBox.addChild(autoParagraphBox);
}