Back to Devexpress

NestedShapeCollection.AddOleObject Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-nestedshapecollection-dot-addoleobject.md

latest4.6 KB
Original Source

NestedShapeCollection.AddOleObject Method

NameParametersDescription
AddOleObject(Stream, String, DocumentImageSource, PointF)stream, progId, presentation, locationAdds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(Stream, String, DocumentImageSource, RectangleF)stream, progId, presentation, boundsAdds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(Stream, String, Image, PointF)stream, progId, presentation, locationAdds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(Stream, String, Image, RectangleF)stream, progId, presentation, boundsAdds an embedded OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, DocumentImageSource, PointF)fileName, presentation, locationAdds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, DocumentImageSource, RectangleF)fileName, presentation, boundsAdds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, Image, PointF)fileName, presentation, locationAdds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, Image, RectangleF)fileName, presentation, boundsAdds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, String, DocumentImageSource, PointF)fileName, progId, presentation, locationAdds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, String, DocumentImageSource, RectangleF)fileName, progId, presentation, boundsAdds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, String, Image, PointF)fileName, progId, presentation, locationAdds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.
AddOleObject(String, String, Image, RectangleF)fileName, progId, presentation, boundsAdds a linked OLE object to a shape group or a drawing canvas. The object is displayed in the document as an image.