AddOleObjectFrame
Contenu
[
Cacher
]AddOleObjectFrame(float, float, float, float, IOleEmbeddedDataInfo)
Ajoute un nouvel objet OLE à la fin d’une collection.
public IOleObjectFrame AddOleObjectFrame(float x, float y, float width, float height,
IOleEmbeddedDataInfo dataInfo)
Paramètre | Taper | La description |
---|---|---|
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éesIOleEmbeddedDataInfo . |
Return_Value
Objet OLE créé.
Voir également
- interface IOleObjectFrame
- interface IOleEmbeddedDataInfo
- interface IShapeCollection
- espace de noms Aspose.Slides
- Assemblée Aspose.Slides
AddOleObjectFrame(float, float, float, float, string, string)
Ajoute un nouvel objet OLE à la fin d’une collection.
public IOleObjectFrame AddOleObjectFrame(float x, float y, float width, float height,
string className, string path)
Paramètre | Taper | La description |
---|---|---|
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 d’accès au fichier lié. |
Return_Value
Objet OLE créé.
Voir également
- interface IOleObjectFrame
- interface IShapeCollection
- espace de noms Aspose.Slides
- Assemblée Aspose.Slides