* @throws AreaTreeException If the FO Tree cannot provide the
* information needed to create the page.
*/
private void makeBlankPage() throws AreaTreeException {
final PageArea pageArea = makePage(Force.NONE);
pageArea.layoutComplete();
}
/**
* {@inheritDoc}
*/