Document.FormattingShowUserStyleName Property (2007 System)

Gets or sets a value that indicates whether to show user-defined styles.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Property FormattingShowUserStyleName As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.FormattingShowUserStyleName

instance.FormattingShowUserStyleName = value
public bool FormattingShowUserStyleName { get; set; }
public:
property bool FormattingShowUserStyleName {
    bool get ();
    void set (bool value);
}
public function get FormattingShowUserStyleName () : boolean 
public function set FormattingShowUserStyleName (value : boolean)

Property Value

Type: System.Boolean
true to show user-defined styles; otherwise, false.

Remarks

This property corresponds to the Hide built-in name when alternate name exists check box in the Style Pane 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 with the same name as a built-in style, the user-defined style takes precedence and the built-in style is not shown in the list of style names.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace