WdSummaryLength 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 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
Name | Value | Description |
---|---|---|
wd75Percent | -9 | 75 percent of the document length. |
wd50Percent | -8 | 50 percent of the document length. |
wd25Percent | -7 | 25 percent of the document length. |
wd10Percent | -6 | 10 percent of the document length. |
wd500Words | -5 | 500-word maximum. |
wd100Words | -4 | 100-word maximum. |
wd20Sentences | -3 | 20-sentence maximum. |
wd10Sentences | -2 | 10-sentence maximum. |