Back to Devexpress

NestedShapeCollection.AddOleObjectAsIcon Method

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

latest4.4 KB
Original Source

NestedShapeCollection.AddOleObjectAsIcon Method

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