Partager via


InlineShapes.AddSmartArt(SmartArtLayout, Object) Méthode

Définition

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.

S’applique à