- in Excel(Aspose.Cells 8.4.2.08.4.2.0) i can add the Marvin OLE object by using the property ObjectData:
sheet.OleObjects[oleObjIndex].ObjectData = structureData;
- Aspose.Words 15.5.0.015.5.0.0
by using the following method an ole object can be inserted, but not a Marvin OLE object. After double click the ole object, it is opened by Marvin OLE, but no structure is shown.
public Shape InsertOleObject(Stream stream, string progId, bool asIcon, Image presentation);
how can i insert a Marvin OLE object in word?
Any help would be appreciated.