WdSummaryLength Enum

Definition

Specifies the maximum length of an automatically generated document summary.

public enum class WdSummaryLength
[System.Runtime.InteropServices.Guid("E4E5B4E7-B80E-3791-A642-F574F355AE9A")]
public enum WdSummaryLength
type WdSummaryLength = 
Public Enum WdSummaryLength
Inheritance
WdSummaryLength
Attributes

Fields

wd100Words -4

100-word maximum.

wd10Percent -6

10 percent of the document length.

wd10Sentences -2

10-sentence maximum.

wd20Sentences -3

20-sentence maximum.

wd25Percent -7

25 percent of the document length.

wd500Words -5

500-word maximum.

wd50Percent -8

50 percent of the document length.

wd75Percent -9

75 percent of the document length.

Applies to