OLE Objects

Hello,


I want to know the supported formats that can be embedded as OLE. Also, there is nor proper documentation provided on embedding OLE objects. In the method insertOLE(…) can you explain me what is progID?

Thanks.
Hi Siddu,

Thanks for your inquiry. The ProgID stands for “programmatic identifier. The ProgID is stored in document binary as string e.g. Word.Document.12.

Please note that Aspose.Words mimics the same behavior as MS Word does. You can embed all file types which MS Word allows to embed in Word documents.

Please check following link about inserting OLE object in the document. Hope this helps you.

Inserting Ole Object