Package org.pdfbox.pdmodel.interactive.pagenavigation

Examples of org.pdfbox.pdmodel.interactive.pagenavigation.PDThread


            root.setItem( "Threads", array );
        }
        List pdObjects = new ArrayList();
        for( int i=0; i<array.size(); i++ )
        {
            pdObjects.add( new PDThread( (COSDictionary)array.getObject( i ) ) );
        }
        return new COSArrayList( pdObjects, array );
    }
View Full Code Here

TOP

Related Classes of org.pdfbox.pdmodel.interactive.pagenavigation.PDThread

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.