Hello
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. Each field in MS Word consists of FieldStart, FieldSeparator, FieldEnd nodes and Run nodes, which represent field code and field value (displayed text). So in MS Word document field looks like the following:
[FieldStart]here is field code[FieldSeparator]here is field value[FieldEnd]
In this case to get a value of a field you should use cell.ToTxt(); method. Please see the following link for more information:
Best regards,
Hello
Thank you for additional information. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is fixed. As a workaround, I think, you can use DocumentVisitor to get text. Please follow the link to learn more
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Hope this helps you.
Best regards,
The issues you have found earlier (filed as WORDSNET-3247) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.