final int currentDisplayModel = fc.getCurrentDisplayModel();
if (currentDisplayModel != MODEL_TABLE)
{
// Autogenerate the table ..
final StyleResolver styleResolver = layoutProcess.getStyleResolver();
final ContextId id = new ContextId(ContextId.SOURCE_DISPLAY_MODEL, -1, 0);
final LayoutContext tableContext =
styleResolver.createAnonymousContext(id, context);
fc.addElement(MODEL_TABLE, FLAG_AUTOGENERATED | TYPE_TABLE, tableContext);
contentGenerator.startedTable(tableContext);