deviceLayoutContext.setDeviceLayout(anonymousLayout);
deviceLayoutContext.initialise();
pageContext.pushDeviceLayoutContext(deviceLayoutContext);
// Get an instance of the layout's region.
Region region = (Region) anonymousLayout.getRootFormat();
anonymousRegionInstance = (RegionInstance)
pageContext.getFormatInstance(region,
NDimensionalIndex.ZERO_DIMENSIONS);
// Push the region instance onto the container stack.