_Document.FormattingShowNextLevel Property

Definition

Returns or sets a Boolean that represents whether Microsoft Office Word shows the next heading level when the previous heading level is used. Read/write.

public:
 property bool FormattingShowNextLevel { bool get(); void set(bool value); };
public bool FormattingShowNextLevel { get; set; }
member this.FormattingShowNextLevel : bool with get, set
Public Property FormattingShowNextLevel As Boolean

Property Value

Boolean

Remarks

This property corresponds to the Show next heading when previous level is used check box in the Styles Gallery Options dialog box.

Applies to