{
// this is the first (the normal) flow. A document always starts
// with a start-document and then a start-flow event.
logicalPageBox.setNormalFlowActive(true);
final DefaultRenderableTextFactory textFactory = new DefaultRenderableTextFactory(layoutProcess);
textFactory.startText();
final FlowContext flowContext = new FlowContext
(textFactory, logicalPageBox.getNormalFlow());
flowContexts.push(flowContext);