WdSummaryLength Enumeration

Specifies the maximum length of an automatically generated document summary.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdSummaryLength
'Usage
Dim instance As WdSummaryLength
public enum WdSummaryLength

Members

Member name Description
wd10Sentences 10-sentence maximum.
wd20Sentences 20-sentence maximum.
wd100Words 100-word maximum.
wd500Words 500-word maximum.
wd10Percent 10 percent of the document length.
wd25Percent 25 percent of the document length.
wd50Percent 50 percent of the document length.
wd75Percent 75 percent of the document length.

See Also

Reference

Microsoft.Office.Interop.Word Namespace