AddOleObjectFrame
Inhalt
[
Ausblenden
]AddOleObjectFrame(float, float, float, float, IOleEmbeddedDataInfo)
Fügt ein neues OLE-Objekt am Ende einer Sammlung hinzu.
public IOleObjectFrame AddOleObjectFrame(float x, float y, float width, float height,
IOleEmbeddedDataInfo dataInfo)
| Parameter | Typ | Beschreibung |
|---|---|---|
| x | Single | X-Koordinate eines neuen OLE-Rahmens. |
| y | Single | Y-Koordinate eines neuen OLE-Rahmens. |
| width | Single | Breite eines neuen OLE-Rahmens. |
| height | Single | Höhe eines neuen OLE-Rahmens. |
| dataInfo | IOleEmbeddedDataInfo | Eingebettete Dateninformation IOleEmbeddedDataInfo. |
Rückgabewert
Erstelltes OLE-Objekt.
Siehe Auch
- Schnittstelle IOleObjectFrame
- Schnittstelle IOleEmbeddedDataInfo
- Schnittstelle IShapeCollection
- Namespace Aspose.Slides
- Assembly Aspose.Slides
AddOleObjectFrame(float, float, float, float, string, string)
Fügt ein neues OLE-Objekt am Ende einer Sammlung hinzu.
public IOleObjectFrame AddOleObjectFrame(float x, float y, float width, float height,
string className, string path)
| Parameter | Typ | Beschreibung |
|---|---|---|
| x | Single | X-Koordinate eines neuen OLE-Rahmens. |
| y | Single | Y-Koordinate eines neuen OLE-Rahmens. |
| width | Single | Breite eines neuen OLE-Rahmens. |
| height | Single | Höhe eines neuen OLE-Rahmens. |
| className | String | Name einer OLE-Klasse. |
| path | String | Pfad zur verknüpften Datei. |
Rückgabewert
Erstelltes OLE-Objekt.
Siehe Auch
- Schnittstelle IOleObjectFrame
- Schnittstelle IShapeCollection
- Namespace Aspose.Slides
- Assembly Aspose.Slides