Class DocxPageMatcherTest
- java.lang.Object
-
- com.acumenvelocity.ath.pagematcher.DocxPageMatcherTest
-
public class DocxPageMatcherTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DocxPageMatcherTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static voidmatchPageCount(String originalDocxPath, String translationDocxPath)Translation DOCX is modified by the method.static voidstartOfficeManager()static voidstopOfficeManager()
-
-
-
Method Detail
-
matchPageCount
public static void matchPageCount(String originalDocxPath, String translationDocxPath) throws Exception
Translation DOCX is modified by the method.- Parameters:
originalDocxPath-translationDocxPath-- Throws:
Exception
-
startOfficeManager
public static void startOfficeManager()
-
stopOfficeManager
public static void stopOfficeManager()
-
-