Package com.itextpdf.xmp.impl

Examples of com.itextpdf.xmp.impl.XMPMetaImpl


    /**
     * @return Returns an empty <code>XMPMeta</code>-object.
     */
    public static XMPMeta create() {
        return new XMPMetaImpl();
    }
View Full Code Here

TOP

Related Classes of com.itextpdf.xmp.impl.XMPMetaImpl

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.