InlineShapes.AddSmartArt(SmartArtLayout, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère un graphique SmartArt en tant que forme insérée dans le document actif.
public Microsoft.Office.Interop.Word.InlineShape AddSmartArt (Microsoft.Office.Core.SmartArtLayout Layout, ref object Range);
abstract member AddSmartArt : Microsoft.Office.Core.SmartArtLayout * obj -> Microsoft.Office.Interop.Word.InlineShape
Public Function AddSmartArt (Layout As SmartArtLayout, Optional ByRef Range As Object) As InlineShape
Paramètres
- Layout
- SmartArtLayout
Objet SmartArtLayout qui spécifie la disposition du graphique SmartArt.
- Range
- Object
Spécifie le texte auquel le graphique SmartArt est lié. Si Range
est spécifié, le graphique SmartArt est positionné au début du premier paragraphe de la plage. Si ce paramètre est omis, la plage est sélectionnée automatiquement et le graphique SmartArt est positionné par rapport aux bords supérieur et gauche de la page.
Retours
Graphique SmartArt à insérer.