WdSummaryMode Enum
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.
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
Name | Value | Description |
---|---|---|
wdSummaryModeHighlight | 0 | Highlights the key points in the specified document and displays the AutoSummarize toolbar. |
wdSummaryModeHideAllButSummary | 1 | Hides everything except the specified summary and displays the AutoSummarize toolbar. |
wdSummaryModeInsert | 2 | Inserts a summary at the beginning of the specified document. |
wdSummaryModeCreateNew | 3 | Creates a new document and inserts the specified summary. |