Table content alignment

Hi,
We are using version 9.7 Aspose.word, In that we are facing the issue is the alignment of the content is not set. Attached is sample for reference.

Awaiting your reply on the issue.

Thanks & Regards
Ganesh K

Hi,
Earlier had mentioned about the alignment that was in version 9.7. Now i tried 11.5 in that the merged columns are not shown up correct. Attached is the file for your reference.

Thanks & Regards
Ganesh K

Hi
Ganesh,

Thanks for your inquiry. I was unable to reproduce this issue on my side. I opened your “Purchase+Order+(User)+In+Word.doc” into Aspose.Words’ DOM and saved the document back to DOC format with no change. I have attached the output document (see out.doc) here for your reference.

Moreover, could you please double check if you are using the latest version (11.5.0)? You can dynamically check if you’re referencing the correct DLL by using the following code snippet:

System.Reflection.Assembly[] assemblies = AppDomain.CurrentDomain.GetAssemblies();
foreach (System.Reflection.Assembly assembly in assemblies)
{
     System.Reflection.AssemblyName assemblyName = assembly.GetName();
     if (assemblyName.Name.Contains("Aspose.Words"))
          Console.WriteLine("Aspose.Words Version Number: " + assemblyName.Version.ToString());
}

Please let me know if I can be of any further assistance.

Best Regards,

Hi Awais,
Thanks for the reply. I have given you another file. which have marked the merged columns is in red circle. If need delete those red circles and port to the aspose dom model and check. Yes i did check the version it is 11.5.0 (Screen Shot Attached)

Thanks & Regards
Ganesh K

Hi Ganesh,

Thanks for the additional information. But, could you please share the complete code to be able to reproduce the same problem on my side? I will investigate the issue on my side and provide you more information.

Best Regards,

Hi Awais,
Attached is a code where you can replicate it. I have not attached the Aspose dll. Please add it before running the code. Click the button labelled Aspose and you can get the output in Output.doc.
Awaiting your prompt reply.

Thanks & Regards
Ganesh K

Hi Ganesh,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 11.5.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-6626. Your request has been linked to this issue and you will be notified as soon as it is resolved.

Sorry for the inconvenience.

Best Regards,

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

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