Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the way the summary is displayed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdSummaryMode
'Usage
Dim instance As WdSummaryMode
public enum WdSummaryMode
Members
| Member name | Description | |
|---|---|---|
| wdSummaryModeHighlight | Highlights the key points in the specified document and displays the AutoSummarize toolbar. | |
| wdSummaryModeHideAllButSummary | Hides everything except the specified summary and displays the AutoSummarize toolbar. | |
| wdSummaryModeInsert | Inserts a summary at the beginning of the specified document. | |
| wdSummaryModeCreateNew | Creates a new document and inserts the specified summary. |