Document.FormattingShowNextLevel 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 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.