_Document.FormattingShowUserStyleName Property

Returns or sets a Boolean that represents whether to show user-defined styles. Read/write.

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

Syntax

'Declaration
Property FormattingShowUserStyleName As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.FormattingShowUserStyleName

instance.FormattingShowUserStyleName = value
bool FormattingShowUserStyleName { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

This property corresponds to the Hide built-in name when alternate names exists check box in the Styles Gallery Options dialog box. Setting the FormattingShowUserStyleName property to True hides built-in styles when alternate user-defined styles exist. For example, if a user creates a heading style, such as Heading 1 or Heading 2, to take advantage of other built-in features of Microsoft Office Word, such as tables of contents, the user-defined style takes precedence, and the similarly named built-in style is not shown in the list of style names.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace