IBookmarkService bookmarkService = textService.getBookmarkService();
IBookmark bookmark = bookmarkService.getBookmark("Status");
String name = bookmark.getName();
bookmark.setText("In Arbeit NEU345");
textDocument.getTextFieldService().refresh();
document.getPersistenceService().export(dateiNeu, new MSOffice97Filter());
textDocument.close();
document.close();
officeAplication.dispose();
}
catch (Exception exception) {