Package org.foray.fotree

Examples of org.foray.fotree.FObj.traitForcePageCount()


        final FObj fobj = makeTestFObj();
        final PropertyList propertyList = fobj.getPropertyList();
        final PdForcePageCount property = new PdForcePageCount(fobj, "",
                keyword);
        propertyList.addProperty(fobj, property);
        return fobj.traitForcePageCount(STD_FO_CONTEXT);
    }

    /**
     * Unit test for an "auto" value.
     * @throws PropertyException For errors during parsing.
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.