// an ordinary flow?
final BoxDefinition contentRoot =
boxDefinitionFactory.createBlockBoxDefinition
(context, layoutProcess.getOutputMetaData());
final NormalFlowRenderBox newFlow = new NormalFlowRenderBox(contentRoot);
newFlow.appyStyle(context, layoutProcess.getOutputMetaData());
newFlow.setPageContext(pageContext.getPageContext());
final RenderBox currentBox = getInsertationPoint();
currentBox.addChild(newFlow.getPlaceHolder());
currentBox.getNormalFlow().addFlow(newFlow);
final DefaultRenderableTextFactory textFactory =
new DefaultRenderableTextFactory(layoutProcess);
textFactory.startText();