Examples of layoutComplete()


Examples of org.axsl.area.PageArea.layoutComplete()

     * @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}
     */
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.