_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.
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.