Word plugin v2.0 released

Today we released our almost completely rewritten Word plugin v2.0.

Below you will find a summary of all changes and additions but in a few words one can say that the plugin is more powerfull and more flexible.

Replacing a bookmark was seperated from the insertion of text (still available though). As a result it is possible to insert text, files, macro’s and even bold, underline and italic styles.

IMPORTANT: When you already use the plugin please pay special attention to the function ignoreMissingBookmarks(). Without the use of this function all bookmark replacements, inserts and/or style toggles will execute regardless if the bookmark is found or not. See the sample solution also.

Please use the Update manager or dowload the generic installer at Servoy Components – Plugins, Beans, Web Components, Angular Services & Servoy Developer Consulting. When you don’t have a (trial) license yet you can get one in our shop Servoy Components – Plugins, Beans, Web Components, Angular Services & Servoy Developer Consulting.

2.0
[new] bookmarks now also work on headers and footers
[new] added '!tab ’ text conversion
[new] added checkMissingBookmarks()
[new] added ignoreMissingBookmarks()
[new] added gotoBookmark()
[new] gotoDocumentHome(), gotoDocumentEnd()
[new] gotoLineHome(), gotoLineEnd()
[new] added insertFile()
[new] added insertText(), insertTab(), insertPagebreak()
[new] added toggleBold(), toggleItalic(), toggleUnderline()
[dep] deprecated notifyMatchingFields()
[imp] improved code execution
[imp] improved samples
[imp] improved sample solution