Package org.apache.fop.area

Examples of org.apache.fop.area.DestinationData


        // process fox:destination elements
        List destinationList = rootFObj.getDestinationList();
        if (destinationList != null) {
            while (destinationList.size() > 0) {
                Destination destination = (Destination) destinationList.remove(0);
                DestinationData destinationData = new DestinationData(destination);
                addOffDocumentItem(destinationData);
            }
        }
        // process fo:bookmark-tree
        BookmarkTree bookmarkTree = rootFObj.getBookmarkTree();
View Full Code Here

TOP

Related Classes of org.apache.fop.area.DestinationData

Copyright © 2018 www.massapicom. 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.