Back to Devexpress

ShapeCollection.InsertOleObject Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-shapecollection-dot-insertoleobject.md

latest2.3 KB
Original Source

ShapeCollection.InsertOleObject Method

NameParametersDescription
InsertOleObject(DocumentPosition, Stream, String, DocumentImageSource)pos, stream, progId, presentationInserts an OLE object that stores data from the specified file. The object is displayed in the document as an image.
InsertOleObject(DocumentPosition, Stream, String, Image)pos, stream, progId, presentationInserts an OLE object that stores data from the specified file. The object is displayed in the document as an image.
InsertOleObject(DocumentPosition, String, DocumentImageSource)pos, fileName, presentationInserts an OLE object that contains a link to the specified file. The object is displayed in the document as an image.
InsertOleObject(DocumentPosition, String, Image)pos, fileName, presentationInserts an OLE object that contains a link to the specified file. The object is displayed in the document as an image.
InsertOleObject(DocumentPosition, String, String, DocumentImageSource)pos, fileName, progId, presentationInserts an OLE object that contains a link to the specified file. The object is displayed in the document as an image.
InsertOleObject(DocumentPosition, String, String, Image)pos, fileName, progId, presentationInserts an OLE object that contains a link to the specified file. The object is displayed in the document as an image.