Examples of IDocumentProperties


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
Copyright © 2018 www.massapi.com. 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.