AddOleObjectFrame
Contenido
[
Ocultar
]AddOleObjectFrame(float, float, float, float, IOleEmbeddedDataInfo)
Agrega un nuevo objeto OLE al final de una colección.
public IOleObjectFrame AddOleObjectFrame(float x, float y, float width, float height,
IOleEmbeddedDataInfo dataInfo)
Parámetro | Escribe | Descripción |
---|---|---|
x | Single | Coordenada X de un nuevo marco OLE. |
y | Single | Coordenada Y de un nuevo marco OLE. |
width | Single | Ancho de un nuevo marco OLE. |
height | Single | Altura de un nuevo marco OLE. |
dataInfo | IOleEmbeddedDataInfo | Información de datos incrustadosIOleEmbeddedDataInfo . |
Valor_devuelto
Objeto OLE creado.
Ver también
- interface IOleObjectFrame
- interface IOleEmbeddedDataInfo
- interface IShapeCollection
- espacio de nombres Aspose.Slides
- asamblea Aspose.Slides
AddOleObjectFrame(float, float, float, float, string, string)
Agrega un nuevo objeto OLE al final de una colección.
public IOleObjectFrame AddOleObjectFrame(float x, float y, float width, float height,
string className, string path)
Parámetro | Escribe | Descripción |
---|---|---|
x | Single | Coordenada X de un nuevo marco OLE. |
y | Single | Coordenada Y de un nuevo marco OLE. |
width | Single | Ancho de un nuevo marco OLE. |
height | Single | Altura de un nuevo marco OLE. |
className | String | Nombre de una clase OLE. |
path | String | ruta al archivo vinculado. |
Valor_devuelto
Objeto OLE creado.
Ver también
- interface IOleObjectFrame
- interface IShapeCollection
- espacio de nombres Aspose.Slides
- asamblea Aspose.Slides