Working With OLE Objects
Contents
[
Hide
]
Microsoft Office Visio supports manipulating the OLE objects in the Visio diagram. If an Excel spreadsheet or any other file resides outside of the Visio drawing and developers need to add a feature in their Java applications to auto insert these files inside of the drawing, they can achieve this by using Aspose.Diagram for Java API.
Manipulate the Embedded OLE Objects Programming Sample
ObjectData property of the ForeignData class allows developers to manipulate with existing OLE objects in Visio diagram. This help topic demonstrates how developers can retrieve an OLE object of the Word document, edit it using Aspose.Words for Java API, and then save back as an OLE object in the Visio diagram.