Examples of retrieveId()


Examples of org.axsl.fo.fo.Root.retrieveId()

     * @param id The id whose FObj instance is sought.
     * @return The FObj instance that is associated with id.
     */
    public Fo retrieveId(final String id) {
        final Root root = traitGeneratedBy();
        return root.retrieveId(id);
    }

    /**
     * Find the first normal area returned by the formatting object with an
     * "id" trait matching the "id" parameter.
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.