Hi,
I'm evaluating the Telerik.Windows.Documents API, to replace Aspose.NET in our app, for costs reason.
One of our main need, is to open existing .docx files, and replace all bookmark and formFields in the model, by business values.
I don't find any way to iterate through bookmarks and Fields. The EnumerateChildrenOfType is not usable, as Bookmark didn't inherit from DocumentElementBase.
Aspose allow it with "Document.Range.Bookmarks.Cast<Bookmark>()", can you provide an example or an equivalent ?
Regards,
Romain Lagrange