Package org.pdfbox.pdmodel.interactive.action

Examples of org.pdfbox.pdmodel.interactive.action.PDDocumentCatalogAdditionalActions


        if (addAct == null)
        {
            addAct = new COSDictionary();
            root.setItem("AA", addAct);
        }      
        return new PDDocumentCatalogAdditionalActions(addAct);
    }
View Full Code Here

TOP

Related Classes of org.pdfbox.pdmodel.interactive.action.PDDocumentCatalogAdditionalActions

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.