shape.OleFormat.ProgId

In my programming task I need to extract embedded object to another file and give the file a proper extension. I wonder if you could provide a list of ProgId that Aspose.Words support (the application name part would be sufficient to what I am trying to do)?

Thank you!

There is no such list. The ProgID is stored in document binary as string. We just extract it from there. But I can provide a list of OLE ProgID found in our test documents:

MS_ClipArt_Gallery
Equation.3
WPGraphic21
MIDFile
MSGraph.Chart.8
PBrush
MSPhotoEd.3
Excel.Sheet.8
WordPad.Document.1

You can use saving to WordML in MS Word to find ProgID used in your files. Just search for ProgID in the resulting xml.

Hope this helps,