Document.FormattingShowUserStyleName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether to show user-defined styles.
public:
property bool FormattingShowUserStyleName { bool get(); void set(bool value); };
public bool FormattingShowUserStyleName { get; set; }
member this.FormattingShowUserStyleName : bool with get, set
Public Property FormattingShowUserStyleName As Boolean
Property Value
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.