ObeoNetwork / M2Doc

The M2Doc technology enables the generation of Office Open XML documents from models.
http://obeonetwork.github.io/M2Doc/
Eclipse Public License 2.0
39 stars 22 forks source link

Static bookmark seems to be destroyed by M2Doc #415

Closed ylussaud closed 1 month ago

ylussaud commented 3 years ago

When a static template with static bookmark in it is passed through M2Doc, the bookmark is destroyed. When CTRL+Click on a reference to the bookmark the cursor is sent to the beginning of the document.

As a workaround for this issue one can use asBookmark() and asBookmarkRef() services.