_Application.SmartArtLayouts Property

Gets a SmartArtLayouts object that represents the set of SmartArt layouts that are currently loaded in the application.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property SmartArtLayouts As SmartArtLayouts
    Get
'Usage
Dim instance As _Application
Dim value As SmartArtLayouts

value = instance.SmartArtLayouts
SmartArtLayouts SmartArtLayouts { get; }

Property Value

Type: SmartArtLayouts
A SmartArtLayouts object.

Remarks

Read-only. The set of layouts represented by the SmartArtLayouts property correspond to the available layouts in the Layouts group on the Design tab on the SmartArt Tools contextual tab in Word 2010.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace