"This is a NOA test.");
System.out.println("Storing new writer document ...");
textDocument.getPersistenceService().store(
new FileOutputStream("noatest.odt"));
textDocument.close();
officeApplication.deactivate();
} catch (Throwable throwable) {
throwable.printStackTrace();
}
System.out.println("NOA Remote Write Test successfully.");