Hi there
I downloaded Aspose.Words v8.2.0 yesterday to test it with some sample documents. We currently use Aspose.Words v8.1.0. I noticed that our code will no longer compile as some code related to inserting fields into documents has changed, namely the return type of DocumentBuilder.InsertField and DocumentBuilder.InsertHyperlink which now return Field objects, whereas before they returned Node and FieldStart objects respectively. Is this a change that was made intentionally?
Thanks
Eric