InsertOleObjectFrame
Inhalt
[
Ausblenden
]InsertOleObjectFrame(int, float, float, float, float, IOleEmbeddedDataInfo)
Erstellt ein neues OLE-Objekt und fügt es an der angegebenen Stelle in eine Sammlung ein.
public IOleObjectFrame InsertOleObjectFrame(int index, float x, float y, float width, float height,
IOleEmbeddedDataInfo dataInfo)
| Parameter | Typ | Beschreibung |
|---|---|---|
| index | Int32 | Der nullbasierte Index, an dem das OLE-Objekt eingefügt werden soll. |
| 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
InsertOleObjectFrame(int, float, float, float, float, string, string)
Erstellt ein neues OLE-Objekt und fügt es an der angegebenen Stelle in eine Sammlung ein.
public IOleObjectFrame InsertOleObjectFrame(int index, float x, float y, float width, float height,
string className, string path)
| Parameter | Typ | Beschreibung |
|---|---|---|
| index | Int32 | Der nullbasierte Index, an dem das OLE-Objekt eingefügt werden soll. |
| 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 verlinkten Datei. |
Rückgabewert
Erstelltes OLE-Objekt.
Siehe Auch
- Schnittstelle IOleObjectFrame
- Schnittstelle IShapeCollection
- Namespace Aspose.Slides
- Assembly Aspose.Slides