Package org.openxml4j.opc

Examples of org.openxml4j.opc.Package.revert()


      DemoCore.getLogger().info(
          "Creation date: " + props.getCreatedProperty().getValue());
      DemoCore.getLogger().info(
          "Status: " + props.getContentStatusProperty().getValue());

      p.revert();
    } catch (OpenXML4JException e) {
      DemoCore.getLogger().debug(e.getMessage());
    }
  }
}
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.