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)

Usage

Dim wdSummaryLength1 As WdSummaryLength = WdSummaryLength.wd100Words

Syntax

Public Enum WdSummaryLength
public enum WdSummaryLength
public enum class WdSummaryLength
public enum WdSummaryLength
public enum WdSummaryLength

Members

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

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