WdSummaryMode Enumeration 

Specifies the way the summary is displayed.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdSummaryMode1 As WdSummaryMode = WdSummaryMode.wdSummaryModeCreateNew

Syntax

Public Enum WdSummaryMode
public enum WdSummaryMode
public enum class WdSummaryMode
public enum WdSummaryMode
public enum WdSummaryMode

Members

Member name Description
wdSummaryModeCreateNew Creates a new document and inserts the specified summary.
wdSummaryModeHideAllButSummary Hides everything except the specified summary and displays the AutoSummarize toolbar.
wdSummaryModeHighlight Highlights the key points in the specified document and displays the AutoSummarize toolbar.
wdSummaryModeInsert Inserts a summary at the beginning of the specified document.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace