Package org.pdfbox.pdmodel.common

Examples of org.pdfbox.pdmodel.common.PDDestinationOrAction


     * @throws IOException If there is an error creating the destination
     * or action.
     */
    public PDDestinationOrAction getOpenAction() throws IOException
    {
        PDDestinationOrAction action = null;
        COSBase actionObj = root.getDictionaryObject("OpenAction");
       
        if( actionObj == null )
        {
            //no op
View Full Code Here

TOP

Related Classes of org.pdfbox.pdmodel.common.PDDestinationOrAction

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.