return new CSSTRLayout(figure);
} else if ("table-row-group".equalsIgnoreCase(display) //$NON-NLS-1$
|| "table-header-group".equalsIgnoreCase(display) //$NON-NLS-1$
|| "table-footer-group".equalsIgnoreCase(display)) //$NON-NLS-1$
{
return new CSSTRGroupLayout(figure);
} else if ("table-cell".equalsIgnoreCase(display)) //$NON-NLS-1$
{
return new CSSTableCellLayout(figure);
} else if (display.equalsIgnoreCase("table-caption")) //$NON-NLS-1$
{