Collections and types

Hello,
Are you still resolving the issue with correct object types in collections, e.g.:

ForFieldCollection fields = document.getRange().getFormFields();
for (Node node: fields) does not work, only
for (Object node: fields) is possible

Best regards

Hi Evgeniy,
Thanks for your request. Yes, we are still working on this. In the next version of Aspose.Words for Java, all non-node collections (BookmarkCollection, FormFieldCollection etc) will be foreach iterable without type casting. The new version will be available at the end of this month.
Best regards,

The issues you have found earlier (filed as WORDSJAVA-6) have been fixed in this .NET update and in this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.