Package org.docx4j.diff

Examples of org.docx4j.diff.Differencer.diff()


     
    } else {

      pd = new Differencer();
      pd.setRelsDiffIdentifier("blagh"); // not necessary in this case
      pd.diff(newerBody, olderBody, result, "someone", changeDate,
          newerPackage.getMainDocumentPart().getRelationshipsPart(),
          olderPackage.getMainDocumentPart().getRelationshipsPart()
          );
    }
   
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.