Share via


_Application.SmartArtQuickStyles Property

Gets a SmartArtQuickStyles object that represents the set of SmartArt styles 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 SmartArtQuickStyles As SmartArtQuickStyles
    Get
'Usage
Dim instance As _Application
Dim value As SmartArtQuickStyles

value = instance.SmartArtQuickStyles
SmartArtQuickStyles SmartArtQuickStyles { get; }

Property Value

Type: SmartArtQuickStyles
A SmartArtQuickStyles object.

Remarks

Read-only. The set of styles represented by the SmartArtQuickStyles property correspond to the available styles in the Styles 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