DocumentBase.FormattingShowNextLevel Property

Definition

Gets or sets a value that indicates whether Microsoft Office Word shows the next heading level when the previous heading level is used.

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

true if Word shows the next heading level when the previous heading level is used; otherwise, false.

Remarks

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

Applies to