WdSummaryMode Enum

Definition

Specifies the way the summary is displayed.

public enum class WdSummaryMode
[System.Runtime.InteropServices.Guid("4F925449-10C2-34BA-81AB-6EB5C8F82F3E")]
public enum WdSummaryMode
type WdSummaryMode = 
Public Enum WdSummaryMode
Inheritance
WdSummaryMode
Attributes

Fields

wdSummaryModeCreateNew 3

Creates a new document and inserts the specified summary.

wdSummaryModeHideAllButSummary 1

Hides everything except the specified summary and displays the AutoSummarize toolbar.

wdSummaryModeHighlight 0

Highlights the key points in the specified document and displays the AutoSummarize toolbar.

wdSummaryModeInsert 2

Inserts a summary at the beginning of the specified document.

Applies to