InsertOleObjectFrame
Contenu
[
Cacher
]InsertOleObjectFrame(int, float, float, float, float, IOleEmbeddedDataInfo)
Crée un nouvel objet OLE et l’insère dans une collection à l’index spécifié.
public IOleObjectFrame InsertOleObjectFrame(int index, float x, float y, float width, float height,
IOleEmbeddedDataInfo dataInfo)
Paramètre | Type | Description |
---|---|---|
index | Int32 | L’index basé sur zéro auquel l’objet OLE doit être inséré. |
x | Single | Coordonnée X d’un nouveau cadre OLE. |
y | Single | Coordonnée Y d’un nouveau cadre OLE. |
width | Single | Largeur d’un nouveau cadre OLE. |
height | Single | Hauteur d’un nouveau cadre OLE. |
dataInfo | IOleEmbeddedDataInfo | Informations sur les données intégrées IOleEmbeddedDataInfo . |
Valeur de retour
Objet OLE créé.
Voir aussi
- interface IOleObjectFrame
- interface IOleEmbeddedDataInfo
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
InsertOleObjectFrame(int, float, float, float, float, string, string)
Crée un nouvel objet OLE et l’insère dans une collection à l’index spécifié.
public IOleObjectFrame InsertOleObjectFrame(int index, float x, float y, float width, float height,
string className, string path)
Paramètre | Type | Description |
---|---|---|
index | Int32 | L’index basé sur zéro auquel l’objet OLE doit être inséré. |
x | Single | Coordonnée X d’un nouveau cadre OLE. |
y | Single | Coordonnée Y d’un nouveau cadre OLE. |
width | Single | Largeur d’un nouveau cadre OLE. |
height | Single | Hauteur d’un nouveau cadre OLE. |
className | String | Nom d’une classe OLE. |
path | String | Chemin vers le fichier lié. |
Valeur de retour
Objet OLE créé.
Voir aussi
- interface IOleObjectFrame
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides