OLE Insert different from Word Insert Object

Hello Support
I am using an InsertOLEObject function. Its working fine however when compared with Insert Object from Word its different. With word its showing name of a file where as using Aspose it is not showing file name. Also, size and alignment are different.

Refer attached Image for same.

Please suggest.

Thanks in advance.
MandarClip452.jpg (3.3 KB)

@mandar_limaye,

Thanks for your inquiry.

Unfortunately, Aspose.Words does not support the requested feature at the moment. However, we logged this feature request as WORDSNET-15582 in our issue tracking system. You will be notified via this forum thread once this feature is available. We apologize for your inconvenience.

We have not found this issue while using latest version of Aspose.Words for .NET 18.3. Please use Aspose.Words for .NET 18.3.

@mandar_limaye

It is to inform you that we have closed this issue WORDSNET-15582 with Won’t Fix resolution.

You can simply emulate the desired behavior by creating an image with custom name on it and setting this image as presentation of OLE object.

builder.InsertOleObject("Test.xlsx", false, true, myCustomeImage);