Hi,
How I can add OleObject into Word?
Thank you.
For example I have found how I can make it to power -point:
OleObjectFrame oof = sld.getShapes().addOleObjectFrame(x, 0, slideWidth, slideHeight, "Excel.Sheet.8", wbArray);
oof.setPictureId(picId);
Hi,
How I can add OleObject into Word?
Thank you.
For example I have found how I can make it to power -point:
OleObjectFrame oof = sld.getShapes().addOleObjectFrame(x, 0, slideWidth, slideHeight, "Excel.Sheet.8", wbArray);
oof.setPictureId(picId);
This is still actual information?
Hello <o:p> </o:p> Thank you for your interest in Aspose.Words. Unfortunately, inserting new OLE objects into Word documents and updating existing OLE objects is not supported at the moment. Inserting an OLE object usually requires the host application and probably cannot be done by Aspose.Words. What is supported is preserving OLE objects in documents. That is if you open an MS Word document and then save it (possibly in another MS Word format) then OLE objects are preserved. You can also access objects programmatically, extract their data and preview image. However, creating/updating new OLE objects is not supported. <o:p> </o:p> Best regards,
The issues you have found earlier (filed as WORDSNET-1206) have been fixed in this .NET update and this Java update.