Package com.aspose.slides

Examples of com.aspose.slides.IDocumentProperties


        //Opening the presentation file by passing the file path and load options to the constructor of Presentation class
        Presentation pres = new Presentation( "data/AsposeProtection-PropAccess.pptx", loadOptions);

        //Getting Document Properties
        IDocumentProperties docProps = pres.getDocumentProperties();

        System.out.println("Properties Count: " + docProps.getCount());
  }
View Full Code Here

TOP

Related Classes of com.aspose.slides.IDocumentProperties

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.